Rewrite test/ExecutionEngine tests to use FileCheck instead of grep
[oota-llvm.git] / test / ExecutionEngine / 2003-01-04-ArgumentBug.ll
index 89106b5b2aa372dd17bd2bca71451c88851a2086..3182193453aef431aa90b9cd2b2b290323596d20 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
 
 define i32 @foo(i32 %X, i32 %Y, double %A) {
        %cond212 = fcmp une double %A, 1.000000e+00             ; <i1> [#uses=1]