Fix more instances of dropped fast math flags when optimizing FADD instructions....
[oota-llvm.git] / test / ExecutionEngine / test-fp.ll
index 4ebcf6f7aa7c196cd81286f6029ec62ef1a03469..c9064500d475ad25afe86f35427cbc7c4446b95a 100644 (file)
@@ -1,5 +1,5 @@
-; RUN: llvm-as %s -o %t.bc
-; RUN: lli %t.bc > /dev/null
+; RUN: %lli %s > /dev/null
+; XFAIL: arm
 
 define double @test(double* %DP, double %Arg) {
        %D = load double* %DP           ; <double> [#uses=1]