summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/2007-11-06-InstrSched.ll
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2009-05-18 15:16:49 +0000
committerDan Gohman <gohman@apple.com>2009-05-18 15:16:49 +0000
commit04623272d29aa15b913f53748516b206d60c0f29 (patch)
tree5efa795c8c23ccf4166b600b77cdb4fd2ba8caf4 /test/CodeGen/X86/2007-11-06-InstrSched.ll
parent96cd7af935dd2813e66335a76c4715ced5a36cec (diff)
downloadllvm-04623272d29aa15b913f53748516b206d60c0f29.tar.gz
llvm-04623272d29aa15b913f53748516b206d60c0f29.tar.bz2
llvm-04623272d29aa15b913f53748516b206d60c0f29.tar.xz
Add nounwind to a few tests.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@72002 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/2007-11-06-InstrSched.ll')
-rw-r--r--test/CodeGen/X86/2007-11-06-InstrSched.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/2007-11-06-InstrSched.ll b/test/CodeGen/X86/2007-11-06-InstrSched.ll
index f2542ea5ef..605fb55120 100644
--- a/test/CodeGen/X86/2007-11-06-InstrSched.ll
+++ b/test/CodeGen/X86/2007-11-06-InstrSched.ll
@@ -1,6 +1,6 @@
; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 | not grep lea
-define float @foo(i32* %x, float* %y, i32 %c) {
+define float @foo(i32* %x, float* %y, i32 %c) nounwind {
entry:
%tmp2132 = icmp eq i32 %c, 0 ; <i1> [#uses=1]
br i1 %tmp2132, label %bb23, label %bb18