summaryrefslogtreecommitdiffstats
path: root/llvm/test/ExecutionEngine/2003-01-04-ArgumentBug.ll
diff options
context:
space:
mode:
authorGalina Kistanova <gkistanova@gmail.com>2011-05-26 19:17:14 +0000
committerGalina Kistanova <gkistanova@gmail.com>2011-05-26 19:17:14 +0000
commit7defeeae67c5bdf7a6173f85a393f1e2232d3be5 (patch)
treeb7e071e8d51a74684f581f7da077f4fa9dc0b725 /llvm/test/ExecutionEngine/2003-01-04-ArgumentBug.ll
parent411d1bcc3bc935154abdf5e270e79346d4dc58c5 (diff)
downloadbcm5719-llvm-7defeeae67c5bdf7a6173f85a393f1e2232d3be5.tar.gz
bcm5719-llvm-7defeeae67c5bdf7a6173f85a393f1e2232d3be5.zip
Make few ExecutionEngine tests XFAIL for ARM, since ExecutionEngine is broken for ARM, please remove the following XFAIL when it will be fixed.
llvm-svn: 132135
Diffstat (limited to 'llvm/test/ExecutionEngine/2003-01-04-ArgumentBug.ll')
-rw-r--r--llvm/test/ExecutionEngine/2003-01-04-ArgumentBug.ll2
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/test/ExecutionEngine/2003-01-04-ArgumentBug.ll b/llvm/test/ExecutionEngine/2003-01-04-ArgumentBug.ll
index 4cfd1ebb69e..788a42abca6 100644
--- a/llvm/test/ExecutionEngine/2003-01-04-ArgumentBug.ll
+++ b/llvm/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]
OpenPOWER on IntegriCloud