Revert r198208 and reapply:
[oota-llvm.git] / test / CodeGen / CPP / 2009-05-04-CondBr.ll
index 6c3f984282c3cbbf2d0bae4110f0c7e2e1dcc5ce..feb2cf765e7d6484050c2380fa66a6d06c2c6b5d 100644 (file)
@@ -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 {