summaryrefslogtreecommitdiff
path: root/test/ExecutionEngine/2003-01-04-ArgumentBug.ll
diff options
context:
space:
mode:
authorGalina Kistanova <gkistanova@gmail.com>2011-05-31 21:50:33 +0000
committerGalina Kistanova <gkistanova@gmail.com>2011-05-31 21:50:33 +0000
commita9f907912c1c615321117b86e761080595e4fccf (patch)
tree30434fc428ac8b1f9dbc43ede1af28ac16279b16 /test/ExecutionEngine/2003-01-04-ArgumentBug.ll
parentb1ce4c09ddc321e0e16a42a686eb6b40251df321 (diff)
downloadllvm-a9f907912c1c615321117b86e761080595e4fccf.tar.gz
llvm-a9f907912c1c615321117b86e761080595e4fccf.tar.bz2
llvm-a9f907912c1c615321117b86e761080595e4fccf.tar.xz
Reverted r132135 per Xerxes request. These tests are passing for his setup. Requires more research.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@132364 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/ExecutionEngine/2003-01-04-ArgumentBug.ll')
-rw-r--r--test/ExecutionEngine/2003-01-04-ArgumentBug.ll2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/ExecutionEngine/2003-01-04-ArgumentBug.ll b/test/ExecutionEngine/2003-01-04-ArgumentBug.ll
index 788a42abca..4cfd1ebb69 100644
--- a/test/ExecutionEngine/2003-01-04-ArgumentBug.ll
+++ b/test/ExecutionEngine/2003-01-04-ArgumentBug.ll
@@ -1,6 +1,4 @@
; 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]