TryToSimplifyUncondBranchFromEmptyBlock was checking that any common
[oota-llvm.git] / test / ExecutionEngine / hello.ll
index 3cd29f62a40058734a473a2ec39876bea0711657..f2c4a7f414d984a43e94f89397e8f5e723595d24 100644 (file)
@@ -1,5 +1,5 @@
-; RUN: llvm-as %s -f -o %t.bc
-; RUN: lli %t.bc > /dev/null
+; RUN: %lli %s > /dev/null
+; XFAIL: arm
 
 @.LC0 = internal global [12 x i8] c"Hello World\00"            ; <[12 x i8]*> [#uses=1]