]> granicus.if.org Git - llvm/commitdiff
[PM] Remove a bunch of junk that snuck in when I failed at manipulating
authorChandler Carruth <chandlerc@gmail.com>
Fri, 23 Dec 2016 23:39:31 +0000 (23:39 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Fri, 23 Dec 2016 23:39:31 +0000 (23:39 +0000)
my editor to close and commit the patch. Sorry for the noise.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@290460 91177308-0d34-0410-b5e6-96231b3b80d8

test/Transforms/Inline/always-inline.ll

index 6aef932a31524fcd3d0c1d7f62b6c44cd5ade3b7..e8322410b744b42d8a06a4a5475709efd857be4e 100644 (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
 }