[InstCombine] mark ADD with nuw if no unsigned overflow
[oota-llvm.git] / test / ExecutionEngine / test-fp.ll
index 2e8ecd5a740f8e99910d5b2aad8df15de9cd70a2..c9064500d475ad25afe86f35427cbc7c4446b95a 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 double @test(double* %DP, double %Arg) {
        %D = load double* %DP           ; <double> [#uses=1]