Revert r64460. strtol and friends cannot be marked readonly, even with
[oota-llvm.git] / test / ExecutionEngine / test-branch.ll
index dd8db5465f0ba38407f49836e6ac9583246ddc3e..7d4fd5605922dd30403b3c54fbdf35e171aa782e 100644 (file)
@@ -1,5 +1,4 @@
-; RUN: llvm-as %s -o %t.bc
-; RUN: lli %t.bc > /dev/null
+; RUN: lli %s > /dev/null
 
 ; test unconditional branch
 define i32 @main() {