tests: Remove llvm2cpp, I'm pretty sure no one uses this.
[oota-llvm.git] / test / ExecutionEngine / test-branch.ll
index d7251f8e6b8d9d3fef4a502020aa76f9a1f84135..7d4fd5605922dd30403b3c54fbdf35e171aa782e 100644 (file)
@@ -1,5 +1,4 @@
-; RUN: llvm-as %s -f -o %t.bc
-; RUN: lli %t.bc > /dev/null
+; RUN: lli %s > /dev/null
 
 ; test unconditional branch
 define i32 @main() {