diff options
| author | Chandler Carruth <chandlerc@gmail.com> | 2016-12-23 23:39:31 +0000 |
|---|---|---|
| committer | Chandler Carruth <chandlerc@gmail.com> | 2016-12-23 23:39:31 +0000 |
| commit | cdfdd4330af6af56f4a06a671354b59e5b0ea523 (patch) | |
| tree | 33df786ca6a2e089ed23ccfd87ea78ef2ec04df8 | |
| parent | fd838227411f3ce1fa348f1d334266231bbcc84d (diff) | |
| download | bcm5719-llvm-cdfdd4330af6af56f4a06a671354b59e5b0ea523.tar.gz bcm5719-llvm-cdfdd4330af6af56f4a06a671354b59e5b0ea523.zip | |
[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
| -rw-r--r-- | llvm/test/Transforms/Inline/always-inline.ll | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/llvm/test/Transforms/Inline/always-inline.ll b/llvm/test/Transforms/Inline/always-inline.ll index 6aef932a315..e8322410b74 100644 --- a/llvm/test/Transforms/Inline/always-inline.ll +++ b/llvm/test/Transforms/Inline/always-inline.ll @@ -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 } |

