commit | 33f24a9b179261d27b49f8e856214e9f9f5b5d36 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Mon Apr 17 06:06:50 2006 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Mon Apr 17 06:06:50 2006 +0000 |
tree | 6ac451d5617c238e56f27578dd737db501c1f46a | |
parent | 4a998b9ca8372038ac92ea6057290c2cad73f988 [diff] [blame] |
new testcase git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27751 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/CodeGen/PowerPC/vec_constants.ll b/test/CodeGen/PowerPC/vec_constants.ll index 6b2e6d4..b696f49 100644 --- a/test/CodeGen/PowerPC/vec_constants.ll +++ b/test/CodeGen/PowerPC/vec_constants.ll
@@ -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> +}