aboutsummaryrefslogtreecommitdiffstats
path: root/test/ExecutionEngine/test-loadstore.ll
diff options
context:
space:
mode:
authorDale Johannesen <dalej@apple.com>2010-11-09 23:43:34 +0000
committerDale Johannesen <dalej@apple.com>2010-11-09 23:43:34 +0000
commit18f601820c5aca5ebc8c8612c33857e709e857cc (patch)
treef00d04dde97dbb5c08e65ced2834a83fae87229a /test/ExecutionEngine/test-loadstore.ll
parent34be396a12b00a95a1353c356d64868798ea3098 (diff)
downloadexternal_llvm-18f601820c5aca5ebc8c8612c33857e709e857cc.zip
external_llvm-18f601820c5aca5ebc8c8612c33857e709e857cc.tar.gz
external_llvm-18f601820c5aca5ebc8c8612c33857e709e857cc.tar.bz2
Jim's recent fixes 118600, 118587, 118513 have made these work.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@118652 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/ExecutionEngine/test-loadstore.ll')
-rw-r--r--test/ExecutionEngine/test-loadstore.ll1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/ExecutionEngine/test-loadstore.ll b/test/ExecutionEngine/test-loadstore.ll
index 1cf0dee..ba0f0ba 100644
--- a/test/ExecutionEngine/test-loadstore.ll
+++ b/test/ExecutionEngine/test-loadstore.ll
@@ -1,6 +1,5 @@
; RUN: llvm-as %s -o %t.bc
; RUN: lli %t.bc > /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]