Jim's recent fixes 118600, 118587, 118513 have made these work.

llvm-svn: 118652
This commit is contained in:
Dale Johannesen 2010-11-09 23:43:34 +00:00
parent 9bb44a5ce8
commit 7e62965a7d
2 changed files with 0 additions and 2 deletions

View File

@ -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

View File

@ -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]