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 | e21d84947613b2ea69771f72a42116fd2042680b (patch) | |
tree | 0ab6f529855ba60f5bec78d7cf91444cdfa58423 /llvm/test/ExecutionEngine/2003-01-15-AlignmentTest.ll | |
parent | 542b2507de46567ead65f96d9d3516162c4f37a8 (diff) | |
download | bcm5719-llvm-e21d84947613b2ea69771f72a42116fd2042680b.tar.gz bcm5719-llvm-e21d84947613b2ea69771f72a42116fd2042680b.zip |
Reverted r132135 per Xerxes request. These tests are passing for his setup. Requires more research.
llvm-svn: 132364
Diffstat (limited to 'llvm/test/ExecutionEngine/2003-01-15-AlignmentTest.ll')
-rw-r--r-- | llvm/test/ExecutionEngine/2003-01-15-AlignmentTest.ll | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/test/ExecutionEngine/2003-01-15-AlignmentTest.ll b/llvm/test/ExecutionEngine/2003-01-15-AlignmentTest.ll index b9e8e4d5b63..9df21c1ccd6 100644 --- a/llvm/test/ExecutionEngine/2003-01-15-AlignmentTest.ll +++ b/llvm/test/ExecutionEngine/2003-01-15-AlignmentTest.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 @bar(i8* %X) { ; pointer should be 4 byte aligned! |