New testcase


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27749 91177308-0d34-0410-b5e6-96231b3b80d8
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 @@
         ret void
 }
 
+<4 x int> %test2() {
+        ret <4 x int> <int 30, int 30, int 30, int 30>
+}