aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2008-11-26 00:03:26 +0000
committerChris Lattner <sabre@nondot.org>2008-11-26 00:03:26 +0000
commitd7a84f3772c105e124cf30121d0012cf752f4910 (patch)
tree99cc75e0e32f44bee66b9eafc4fef96ae86ed408 /test
parent307acaa19fb8af65d74987782cd7a5dfef8183da (diff)
downloadexternal_llvm-d7a84f3772c105e124cf30121d0012cf752f4910.zip
external_llvm-d7a84f3772c105e124cf30121d0012cf752f4910.tar.gz
external_llvm-d7a84f3772c105e124cf30121d0012cf752f4910.tar.bz2
this doesn't need EH
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@60066 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/CodeGen/X86/loop-strength-reduce.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/loop-strength-reduce.ll b/test/CodeGen/X86/loop-strength-reduce.ll
index 7cdc449..8bacbd9 100644
--- a/test/CodeGen/X86/loop-strength-reduce.ll
+++ b/test/CodeGen/X86/loop-strength-reduce.ll
@@ -5,7 +5,7 @@
@A = internal global [16 x [16 x i32]] zeroinitializer, align 32 ; <[16 x [16 x i32]]*> [#uses=2]
-define void @test(i32 %row, i32 %N.in) {
+define void @test(i32 %row, i32 %N.in) nounwind {
entry:
%N = bitcast i32 %N.in to i32 ; <i32> [#uses=1]
%tmp5 = icmp sgt i32 %N.in, 0 ; <i1> [#uses=1]