summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/or-branch.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/or-branch.ll')
-rw-r--r--test/CodeGen/X86/or-branch.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/or-branch.ll b/test/CodeGen/X86/or-branch.ll
index bccba1f62d..e6b840daba 100644
--- a/test/CodeGen/X86/or-branch.ll
+++ b/test/CodeGen/X86/or-branch.ll
@@ -1,6 +1,6 @@
; RUN: llvm-as < %s | llc -march=x86 | not grep set
-define void @foo(i32 %X, i32 %Y, i32 %Z) {
+define void @foo(i32 %X, i32 %Y, i32 %Z) nounwind {
entry:
%tmp = tail call i32 (...)* @bar( ) ; <i32> [#uses=0]
%tmp.upgrd.1 = icmp eq i32 %X, 0 ; <i1> [#uses=1]