summaryrefslogtreecommitdiff
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.ll1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/ExecutionEngine/test-fp.ll b/test/ExecutionEngine/test-fp.ll
index 2bf0210d8b..c9064500d4 100644
--- a/test/ExecutionEngine/test-fp.ll
+++ b/test/ExecutionEngine/test-fp.ll
@@ -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]