mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-11 22:29:37 +00:00
unHECKify test. It was fixed by Chris in 2009.
llvm-svn: 170017
This commit is contained in:
parent
29d2ca4de4
commit
e47df808ad
@ -254,14 +254,11 @@ Cont:
|
||||
%A = load i8* %P3
|
||||
ret i8 %A
|
||||
|
||||
;; FIXME: This is disabled because this caused a miscompile in the llvm-gcc
|
||||
;; bootstrap, see r82411
|
||||
;
|
||||
; HECK: @coerce_mustalias_nonlocal1
|
||||
; HECK: Cont:
|
||||
; HECK: %A = phi i8 [
|
||||
; HECK-NOT: load
|
||||
; HECK: ret i8 %A
|
||||
; CHECK: @coerce_mustalias_nonlocal1
|
||||
; CHECK: Cont:
|
||||
; CHECK: %A = phi i8 [
|
||||
; CHECK-NOT: load
|
||||
; CHECK: ret i8 %A
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user