[PM] Remove a bunch of junk that snuck in when I failed at manipulating

my editor to close and commit the patch. Sorry for the noise.

llvm-svn: 290460
This commit is contained in:
Chandler Carruth 2016-12-23 23:39:31 +00:00
parent fd83822741
commit cdfdd4330a
1 changed files with 0 additions and 21 deletions

View File

@ -266,27 +266,6 @@ $comdat12 = comdat any
define linkonce void @inner12() alwaysinline comdat($comdat12) {
; CHECK-LABEL: @inner12(
t :qentry:
ret void
}
define void @outer12() comdat($comdat12) {
; CHECK-LABEL: @outer12(
entry:
call void @inner12()
; CHECK-NOT: call void @inner12
ret void
; CHECK: ret void
}
; The 'inner12' and 'outer12' functions test that we don't remove functions
; which are part of a comdat group even if they otherwise seem dead.
$comdat12 = comdat any
define linkonce void @inner12() alwaysinline comdat($comdat12) {
; CHECK-LABEL: @inner12(
entry:
ret void
}