Revert r64460. strtol and friends cannot be marked readonly, even with
[oota-llvm.git] / test / ExecutionEngine / test-malloc.ll
index bc857ed5edcae9375f5a262ace026c5fc38ef9b4..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]