Don't let DeadArgElimination change the return type ({} into void and {T}
authorMatthijs Kooijman <matthijs@stdin.nl>
Fri, 20 Jun 2008 15:16:45 +0000 (15:16 +0000)
committerMatthijs Kooijman <matthijs@stdin.nl>
Fri, 20 Jun 2008 15:16:45 +0000 (15:16 +0000)
commit03d18569cb39b0e4bd50f5eff2d4fe61bb234678
tree3957d9e70cdca5c151df6dd0bf617a09aa44a0ed
parent9cb6ec26b3041ff4879579fd9ecee48b616154d8
Don't let DeadArgElimination change the return type ({} into void and {T}
into T) when no return values are actually dead.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52537 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/IPO/DeadArgumentElimination.cpp