Add testcase for r63142.
[oota-llvm.git] / test / CodeGen / X86 / or-branch.ll
index bccba1f62d9380a603818e019a11d897064719fa..20886d5793cab78e3d3b9503a95bc255c6cad21a 100644 (file)
@@ -1,6 +1,6 @@
-; RUN: llvm-as < %s | llc -march=x86 | not grep set
+; 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]