diff options
| author | Andrew Trick <atrick@apple.com> | 2011-08-26 23:39:30 +0000 |
|---|---|---|
| committer | Andrew Trick <atrick@apple.com> | 2011-08-26 23:39:30 +0000 |
| commit | 4f3cb540a65573e57b14480681ec0a694a24c6c0 (patch) | |
| tree | cfd7a46d400ecb0d4b69c8110fe74e3a8bb18c8a /llvm/test/ExecutionEngine/test-loadstore.ll | |
| parent | b205c029a4e65760d66e0c5baf9e43dab3547dc3 (diff) | |
| download | bcm5719-llvm-4f3cb540a65573e57b14480681ec0a694a24c6c0.tar.gz bcm5719-llvm-4f3cb540a65573e57b14480681ec0a694a24c6c0.zip | |
Excluding ARM JIT tests until someone can fix this compilation path.
llvm-svn: 138676
Diffstat (limited to 'llvm/test/ExecutionEngine/test-loadstore.ll')
| -rw-r--r-- | llvm/test/ExecutionEngine/test-loadstore.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/ExecutionEngine/test-loadstore.ll b/llvm/test/ExecutionEngine/test-loadstore.ll index 53155e8ac90..7eb57cbf010 100644 --- a/llvm/test/ExecutionEngine/test-loadstore.ll +++ b/llvm/test/ExecutionEngine/test-loadstore.ll @@ -1,4 +1,5 @@ ; RUN: lli %s > /dev/null +; XFAIL: arm define void @test(i8* %P, i16* %P.upgrd.1, i32* %P.upgrd.2, i64* %P.upgrd.3) { %V = load i8* %P ; <i8> [#uses=1] |

