mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-29 06:53:53 +00:00
Actually finish this sentence in the comment the way I intended. Thanks
Matt for pointing this out. llvm-svn: 154158
This commit is contained in:
parent
dc52b30dac
commit
bd8f18f828
@ -163,7 +163,7 @@ if.end5:
|
|||||||
define void @PR12470_outer() {
|
define void @PR12470_outer() {
|
||||||
; This previously crashed during inliner cleanup and folding inner return
|
; This previously crashed during inliner cleanup and folding inner return
|
||||||
; instructions. Check that we don't crash and we produce a function with a single
|
; instructions. Check that we don't crash and we produce a function with a single
|
||||||
; crash.
|
; return instruction due to merging the returns of the inlined function.
|
||||||
; CHECK: define void @PR12470_outer
|
; CHECK: define void @PR12470_outer
|
||||||
; CHECK: ret void
|
; CHECK: ret void
|
||||||
; CHECK-NOT: ret void
|
; CHECK-NOT: ret void
|
||||||
|
Loading…
Reference in New Issue
Block a user