Fix Transforms/DeadArgElim/2006-06-27-struct-ret.ll. -deadargelim should not
authorChris Lattner <sabre@nondot.org>
Tue, 27 Jun 2006 21:05:04 +0000 (21:05 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 27 Jun 2006 21:05:04 +0000 (21:05 +0000)
commit92044ce4e93fead19e6a34485a506849d018565b
tree7638e6572171f92ce906e90a9ffba804b8615ef2
parenta60af3228771e1cca33950c4c1980ee7e6e63d21
Fix Transforms/DeadArgElim/2006-06-27-struct-ret.ll.  -deadargelim should not
remove the struct return argument of a csret function, even if it is obviously
dead.

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