From: Dale Johannesen Date: Tue, 9 Nov 2010 23:43:34 +0000 (+0000) Subject: Jim's recent fixes 118600, 118587, 118513 have made these work. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=18f601820c5aca5ebc8c8612c33857e709e857cc;p=oota-llvm.git 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 --- diff --git a/test/ExecutionEngine/2003-08-23-RegisterAllocatePhysReg.ll b/test/ExecutionEngine/2003-08-23-RegisterAllocatePhysReg.ll index 44741dc7a03..b165a1cf30e 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 1cf0dee1185..ba0f0baf8d6 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 ; [#uses=1]