diff options
author | Galina Kistanova <gkistanova@gmail.com> | 2011-05-31 21:50:33 +0000 |
---|---|---|
committer | Galina Kistanova <gkistanova@gmail.com> | 2011-05-31 21:50:33 +0000 |
commit | a9f907912c1c615321117b86e761080595e4fccf (patch) | |
tree | 30434fc428ac8b1f9dbc43ede1af28ac16279b16 /test/ExecutionEngine/2003-05-06-LivenessClobber.ll | |
parent | b1ce4c09ddc321e0e16a42a686eb6b40251df321 (diff) | |
download | external_llvm-a9f907912c1c615321117b86e761080595e4fccf.zip external_llvm-a9f907912c1c615321117b86e761080595e4fccf.tar.gz external_llvm-a9f907912c1c615321117b86e761080595e4fccf.tar.bz2 |
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-05-06-LivenessClobber.ll')
-rw-r--r-- | test/ExecutionEngine/2003-05-06-LivenessClobber.ll | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/ExecutionEngine/2003-05-06-LivenessClobber.ll b/test/ExecutionEngine/2003-05-06-LivenessClobber.ll index 0c7ee6f..e670d11 100644 --- a/test/ExecutionEngine/2003-05-06-LivenessClobber.ll +++ b/test/ExecutionEngine/2003-05-06-LivenessClobber.ll @@ -1,8 +1,6 @@ ; This testcase should return with an exit code of 1. ; ; RUN: not lli %s -; XFAIL: arm -; FIXME: ExecutionEngine is broken for ARM, please remove the following XFAIL when it will be fixed. @test = global i64 0 ; <i64*> [#uses=1] |