Revert r53606. It turns out that explicitely tracking the liveness of the
authorMatthijs Kooijman <matthijs@stdin.nl>
Tue, 15 Jul 2008 14:39:36 +0000 (14:39 +0000)
committerMatthijs Kooijman <matthijs@stdin.nl>
Tue, 15 Jul 2008 14:39:36 +0000 (14:39 +0000)
commitd1d1de7f39335244e84b2d6b04381c370e0bb1a4
treef1efb2e20297920e6fa6e230af17fde62f1d916e
parenteb32b453b3f4aaea5f93665ec5291a7dab864c5d
Revert r53606. It turns out that explicitely tracking the liveness of the
return value as a whole in deadargelim is really not needed now that we simply
rebuild the old return value and actually prevents some canonicalization from
taking place.

This revert stops deadargelim from changing {i32} into i32 for now, but I'll
fix that next.

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