summaryrefslogtreecommitdiff
path: root/test
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
parent34be396a12b00a95a1353c356d64868798ea3098 (diff)
downloadllvm-18f601820c5aca5ebc8c8612c33857e709e857cc.tar.gz
llvm-18f601820c5aca5ebc8c8612c33857e709e857cc.tar.bz2
llvm-18f601820c5aca5ebc8c8612c33857e709e857cc.tar.xz
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')
-rw-r--r--test/ExecutionEngine/2003-08-23-RegisterAllocatePhysReg.ll1
-rw-r--r--test/ExecutionEngine/test-loadstore.ll1
2 files changed, 0 insertions, 2 deletions
diff --git a/test/ExecutionEngine/2003-08-23-RegisterAllocatePhysReg.ll b/test/ExecutionEngine/2003-08-23-RegisterAllocatePhysReg.ll
index 44741dc7a0..b165a1cf30 100644
--- a/test/ExecutionEngine/2003-08-23-RegisterAllocatePhysReg.ll
+++ b/test/ExecutionEngine/2003-08-23-RegisterAllocatePhysReg.ll
@@ -1,6 +1,5 @@
; RUN: llvm-as %s -o %t.bc
; RUN: lli %t.bc > /dev/null
-; XFAIL: arm
; This testcase exposes a bug in the local register allocator where it runs out
; of registers (due to too many overlapping live ranges), but then attempts to
diff --git a/test/ExecutionEngine/test-loadstore.ll b/test/ExecutionEngine/test-loadstore.ll
index 1cf0dee118..ba0f0baf8d 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]