Revert r64460. strtol and friends cannot be marked readonly, even with
[oota-llvm.git] / test / ExecutionEngine / test-malloc.ll
index 843a38989f2eb15c5ebd6b46e3d05cd4d12a8c62..b3400df44092152b269500598e4a0f87f257bdd1 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
 
 define i32 @main() {
        %X = malloc i32         ; <i32*> [#uses=1]