commit | 012397489b564b9ac1e1b4eed31fd7e71f50db9e | [log] [tgz] |
---|---|---|
author | Evan Cheng <evan.cheng@apple.com> | Wed Nov 11 07:11:02 2009 +0000 |
committer | Evan Cheng <evan.cheng@apple.com> | Wed Nov 11 07:11:02 2009 +0000 |
tree | 2a375d53dbd20d833b919d7439e98420ab8157b3 | |
parent | f8fb7c26ee251e71be8a5372dc4936f3042c7553 [diff] [blame] |
Add nounwind. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@86814 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/CodeGen/X86/loop-strength-reduce5.ll b/test/CodeGen/X86/loop-strength-reduce5.ll index 4ec2a02..b07eeb6 100644 --- a/test/CodeGen/X86/loop-strength-reduce5.ll +++ b/test/CodeGen/X86/loop-strength-reduce5.ll
@@ -3,7 +3,7 @@ @X = weak global i16 0 ; <i16*> [#uses=1] @Y = weak global i16 0 ; <i16*> [#uses=1] -define void @foo(i32 %N) { +define void @foo(i32 %N) nounwind { entry: %tmp1019 = icmp sgt i32 %N, 0 ; <i1> [#uses=1] br i1 %tmp1019, label %bb, label %return