mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 11:13:28 +01:00
Tweak this test to ensure the inliner did indeed fire. Thanks to Richard
Smith for pointing this out in review. llvm-svn: 154178
This commit is contained in:
parent
c7d0fdb71f
commit
352f98dd1e
@ -165,6 +165,7 @@ define void @PR12470_outer() {
|
||||
; instructions. Check that we don't crash and we produce a function with a single
|
||||
; return instruction due to merging the returns of the inlined function.
|
||||
; CHECK: define void @PR12470_outer
|
||||
; CHECK-NOT: call
|
||||
; CHECK: ret void
|
||||
; CHECK-NOT: ret void
|
||||
; CHECK: }
|
||||
|
Loading…
Reference in New Issue
Block a user