diff options
Diffstat (limited to 'test/ExecutionEngine/2003-01-04-ArgumentBug.ll')
-rw-r--r-- | test/ExecutionEngine/2003-01-04-ArgumentBug.ll | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/ExecutionEngine/2003-01-04-ArgumentBug.ll b/test/ExecutionEngine/2003-01-04-ArgumentBug.ll index 4cfd1ebb69..788a42abca 100644 --- a/test/ExecutionEngine/2003-01-04-ArgumentBug.ll +++ b/test/ExecutionEngine/2003-01-04-ArgumentBug.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 i32 @foo(i32 %X, i32 %Y, double %A) { %cond212 = fcmp une double %A, 1.000000e+00 ; <i1> [#uses=1] |