summaryrefslogtreecommitdiffstats
path: root/llvm/test/Regression/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
commit31b7d89e667fa8e92ec798c019d5ac245b2b0ec7 (patch)
treea0f21247967da25eadb3f249e8873774c778d538 /llvm/test/Regression/CodeGen/PowerPC/vec_constants.ll
parent071ad01ceb33e093d00c40cda224f208bfa49a72 (diff)
downloadbcm5719-llvm-31b7d89e667fa8e92ec798c019d5ac245b2b0ec7.tar.gz
bcm5719-llvm-31b7d89e667fa8e92ec798c019d5ac245b2b0ec7.zip
New testcase
llvm-svn: 27749
Diffstat (limited to 'llvm/test/Regression/CodeGen/PowerPC/vec_constants.ll')
-rw-r--r--llvm/test/Regression/CodeGen/PowerPC/vec_constants.ll3
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/test/Regression/CodeGen/PowerPC/vec_constants.ll b/llvm/test/Regression/CodeGen/PowerPC/vec_constants.ll
index 1ec5fde3a44..6b2e6d49ad0 100644
--- a/llvm/test/Regression/CodeGen/PowerPC/vec_constants.ll
+++ b/llvm/test/Regression/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>
+}
OpenPOWER on IntegriCloud