mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-01 16:31:13 +00:00
unHECKify test. It was fixed by Chris in 2009.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@170017 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
71fe60ef10
commit
94aa3bd0c1
@ -254,14 +254,11 @@ Cont:
|
|||||||
%A = load i8* %P3
|
%A = load i8* %P3
|
||||||
ret i8 %A
|
ret i8 %A
|
||||||
|
|
||||||
;; FIXME: This is disabled because this caused a miscompile in the llvm-gcc
|
; CHECK: @coerce_mustalias_nonlocal1
|
||||||
;; bootstrap, see r82411
|
; CHECK: Cont:
|
||||||
;
|
; CHECK: %A = phi i8 [
|
||||||
; HECK: @coerce_mustalias_nonlocal1
|
; CHECK-NOT: load
|
||||||
; HECK: Cont:
|
; CHECK: ret i8 %A
|
||||||
; HECK: %A = phi i8 [
|
|
||||||
; HECK-NOT: load
|
|
||||||
; HECK: ret i8 %A
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user