aboutsummaryrefslogtreecommitdiff
path: root/test/ExecutionEngine/test-fp.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/ExecutionEngine/test-fp.ll')
-rw-r--r--test/ExecutionEngine/test-fp.ll2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/ExecutionEngine/test-fp.ll b/test/ExecutionEngine/test-fp.ll
index f653660fb8..bb7936101b 100644
--- a/test/ExecutionEngine/test-fp.ll
+++ b/test/ExecutionEngine/test-fp.ll
@@ -1,4 +1,6 @@
; RUN: lli %s > /dev/null
+; XFAIL: arm
+; FIXME: ExecutionEngine is broken for ARM, please remove the following XFAIL when it will be fixed.
define double @test(double* %DP, double %Arg) {
%D = load double* %DP ; <double> [#uses=1]