commit | 983156f746878aadc54ed183036b3d7a6d157dc3 | [log] [tgz] |
---|---|---|
author | Dan Gohman <gohman@apple.com> | Tue Jan 19 21:51:51 2010 +0000 |
committer | Dan Gohman <gohman@apple.com> | Tue Jan 19 21:51:51 2010 +0000 |
tree | 6136f71682efab4b41e5535b10a6ceea8d68a740 | |
parent | 030176ba3b80ebb99c871df436a67a9311e0accc [diff] [blame] |
Add nounwinds. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@93919 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/CodeGen/X86/stride-reuse.ll b/test/CodeGen/X86/stride-reuse.ll index a99a9c9..5cbd895 100644 --- a/test/CodeGen/X86/stride-reuse.ll +++ b/test/CodeGen/X86/stride-reuse.ll
@@ -5,7 +5,7 @@ @A = external global [1000 x float], align 32 @P = external global [1000 x i32], align 32 -define void @foo(i32 %m) { +define void @foo(i32 %m) nounwind { entry: %tmp1 = icmp sgt i32 %m, 0 br i1 %tmp1, label %bb, label %return