Pull out this predicate loop into a helper function.
[oota-llvm.git] / test / ExecutionEngine / simplesttest.ll
index fa69533fa9a30fdc0c023bb76a3757f6ee0e6c63..5d9cf767bcb3b45f4b9b594666d19e27b869707b 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as %s -f -o %t.bc
+; RUN: llvm-as %s -o %t.bc
 ; RUN: lli %t.bc > /dev/null
 
 define i32 @main() {