aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/PowerPC/vec_constants.ll
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-04-17 05:58:22 +0000
committerChris Lattner <sabre@nondot.org>2006-04-17 05:58:22 +0000
commit6e5316ff6540036b27851e5dd8f878abc3285057 (patch)
treee057774489d172e0b5d328672a966c219d4bf653 /test/CodeGen/PowerPC/vec_constants.ll
parent5913810b8286191053853b7495f324e091ab208f (diff)
downloadexternal_llvm-6e5316ff6540036b27851e5dd8f878abc3285057.zip
external_llvm-6e5316ff6540036b27851e5dd8f878abc3285057.tar.gz
external_llvm-6e5316ff6540036b27851e5dd8f878abc3285057.tar.bz2
New testcase
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27749 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/PowerPC/vec_constants.ll')
-rw-r--r--test/CodeGen/PowerPC/vec_constants.ll3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/CodeGen/PowerPC/vec_constants.ll b/test/CodeGen/PowerPC/vec_constants.ll
index 1ec5fde..6b2e6d4 100644
--- a/test/CodeGen/PowerPC/vec_constants.ll
+++ b/test/CodeGen/PowerPC/vec_constants.ll
@@ -18,3 +18,6 @@ void %test1(<4 x int>* %P1, <4 x int>* %P2, <4 x float>* %P3) {
ret void
}
+<4 x int> %test2() {
+ ret <4 x int> <int 30, int 30, int 30, int 30>
+}