Allow x86 mov instructions to/from memory with absolute address to be encoded and...
[oota-llvm.git] / test / ExecutionEngine / test-fp.ll
index f653660fb83257b3eafa5171bfd0194dce84619c..c9064500d475ad25afe86f35427cbc7c4446b95a 100644 (file)
@@ -1,4 +1,5 @@
-; RUN: lli %s > /dev/null
+; RUN: %lli %s > /dev/null
+; XFAIL: arm
 
 define double @test(double* %DP, double %Arg) {
        %D = load double* %DP           ; <double> [#uses=1]