diff options
Diffstat (limited to 'llvm/test/ExecutionEngine/MCJIT/test-fp-no-external-funcs-remote.ll')
| -rw-r--r-- | llvm/test/ExecutionEngine/MCJIT/test-fp-no-external-funcs-remote.ll | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/llvm/test/ExecutionEngine/MCJIT/test-fp-no-external-funcs-remote.ll b/llvm/test/ExecutionEngine/MCJIT/test-fp-no-external-funcs-remote.ll index eb1e3c5e0ad..ac1999d4c36 100644 --- a/llvm/test/ExecutionEngine/MCJIT/test-fp-no-external-funcs-remote.ll +++ b/llvm/test/ExecutionEngine/MCJIT/test-fp-no-external-funcs-remote.ll @@ -1,5 +1,5 @@  ; RUN: %lli -mtriple=%mcjit_triple -use-mcjit -remote-mcjit %s > /dev/null -; XFAIL: arm, mingw32 +; XFAIL: arm  define double @test(double* %DP, double %Arg) {  	%D = load double* %DP		; <double> [#uses=1] | 

