Changes in directory llvm/test/Regression/CodeGen/PowerPC:
vec_constants.ll updated: 1.2 -> 1.3 --- Log message: new testcase --- Diffs of the changes: (+5 -1) vec_constants.ll | 6 +++++- 1 files changed, 5 insertions(+), 1 deletion(-) Index: llvm/test/Regression/CodeGen/PowerPC/vec_constants.ll diff -u llvm/test/Regression/CodeGen/PowerPC/vec_constants.ll:1.2 llvm/test/Regression/CodeGen/PowerPC/vec_constants.ll:1.3 --- llvm/test/Regression/CodeGen/PowerPC/vec_constants.ll:1.2 Mon Apr 17 00:58:22 2006 +++ llvm/test/Regression/CodeGen/PowerPC/vec_constants.ll Mon Apr 17 01:06:50 2006 @@ -18,6 +18,10 @@ ret void } -<4 x int> %test2() { +<4 x int> %test_30() { ret <4 x int> <int 30, int 30, int 30, int 30> } + +<4 x int> %test_29() { + ret <4 x int> <int 29, int 29, int 29, int 29> +} _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits