summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2008-05-10 02:22:25 +0000
committerEvan Cheng <evan.cheng@apple.com>2008-05-10 02:22:25 +0000
commitc81d50e0f7a7315d099f25edaad70505b8221f95 (patch)
treeaa354a1a31d6bb7b34c44c631d393bbb996d5232 /test
parent9018e836fe4ef55a9bcf2cc02a6a3a4ef455115f (diff)
downloadllvm-c81d50e0f7a7315d099f25edaad70505b8221f95.tar.gz
llvm-c81d50e0f7a7315d099f25edaad70505b8221f95.tar.bz2
llvm-c81d50e0f7a7315d099f25edaad70505b8221f95.tar.xz
Add nounwind.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@50931 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/CodeGen/X86/vec_shuffle-2.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/X86/vec_shuffle-2.ll b/test/CodeGen/X86/vec_shuffle-2.ll
index 5c8ab953eb..ae69801068 100644
--- a/test/CodeGen/X86/vec_shuffle-2.ll
+++ b/test/CodeGen/X86/vec_shuffle-2.ll
@@ -3,7 +3,7 @@
; RUN: grep pshuflw %t | count 1
; RUN: grep movhps %t | count 1
-define void @test1(<2 x i64>* %res, <2 x i64>* %A) {
+define void @test1(<2 x i64>* %res, <2 x i64>* %A) nounwind {
%tmp = load <2 x i64>* %A ; <<2 x i64>> [#uses=1]
%tmp.upgrd.1 = bitcast <2 x i64> %tmp to <8 x i16> ; <<8 x i16>> [#uses=8]
%tmp0 = extractelement <8 x i16> %tmp.upgrd.1, i32 0 ; <i16> [#uses=1]
@@ -27,7 +27,7 @@ define void @test1(<2 x i64>* %res, <2 x i64>* %A) {
ret void
}
-define void @test2(<4 x float>* %r, <2 x i32>* %A) {
+define void @test2(<4 x float>* %r, <2 x i32>* %A) nounwind {
%tmp = load <4 x float>* %r ; <<4 x float>> [#uses=2]
%tmp.upgrd.3 = bitcast <2 x i32>* %A to double* ; <double*> [#uses=1]
%tmp.upgrd.4 = load double* %tmp.upgrd.3 ; <double> [#uses=1]