Marking remote mcjit tests as XFAIL for MIPS.
[oota-llvm.git] / test / ExecutionEngine / test-fp.ll
index 2bf0210d8b0021500acaa9ba476e4e573b36bed9..c9064500d475ad25afe86f35427cbc7c4446b95a 100644 (file)
@@ -1,4 +1,5 @@
 ; RUN: %lli %s > /dev/null
+; XFAIL: arm
 
 define double @test(double* %DP, double %Arg) {
        %D = load double* %DP           ; <double> [#uses=1]