summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/CPP/2009-05-04-CondBr.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/CPP/2009-05-04-CondBr.ll')
-rw-r--r--test/CodeGen/CPP/2009-05-04-CondBr.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/CPP/2009-05-04-CondBr.ll b/test/CodeGen/CPP/2009-05-04-CondBr.ll
index 6c3f984..feb2cf7 100644
--- a/test/CodeGen/CPP/2009-05-04-CondBr.ll
+++ b/test/CodeGen/CPP/2009-05-04-CondBr.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=cpp -cppgen=program -f -o %t
+; RUN: llc < %s -march=cpp -cppgen=program -o %t
; RUN: grep "BranchInst::Create(label_if_then, label_if_end, int1_cmp, label_entry);" %t
define i32 @some_func(i32 %a) nounwind {
OpenPOWER on IntegriCloud