From 33f24a9b179261d27b49f8e856214e9f9f5b5d36 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 17 Apr 2006 06:06:50 +0000 Subject: [PATCH] new testcase git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27751 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/PowerPC/vec_constants.ll | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/test/CodeGen/PowerPC/vec_constants.ll b/test/CodeGen/PowerPC/vec_constants.ll index 6b2e6d49ad0..b696f497ed8 100644 --- a/test/CodeGen/PowerPC/vec_constants.ll +++ b/test/CodeGen/PowerPC/vec_constants.ll @@ -18,6 +18,10 @@ void %test1(<4 x int>* %P1, <4 x int>* %P2, <4 x float>* %P3) { ret void } -<4 x int> %test2() { +<4 x int> %test_30() { ret <4 x int> } + +<4 x int> %test_29() { + ret <4 x int> +}