Reinstate "Nuke the old JIT."
[oota-llvm.git] / test / ExecutionEngine / test-loadstore.ll
index 1cf0dee118526dcab53ba163a264df9356c5ec9e..1797599a9d8d808128343cfb386d20f6e12970bb 100644 (file)
@@ -1,6 +1,4 @@
-; RUN: llvm-as %s -o %t.bc
-; RUN: lli %t.bc > /dev/null
-; XFAIL: arm
+; RUN: %lli %s > /dev/null
 
 define void @test(i8* %P, i16* %P.upgrd.1, i32* %P.upgrd.2, i64* %P.upgrd.3) {
        %V = load i8* %P                ; <i8> [#uses=1]