Don't replace multiple result of calls with undef,
authorChris Lattner <sabre@nondot.org>
Thu, 24 Apr 2008 00:19:54 +0000 (00:19 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 24 Apr 2008 00:19:54 +0000 (00:19 +0000)
commit7cb22ecf226842f04f2ee4b8ed040ea503332499
treed95e2619aa8e142abd08d33851747a9d8c1502b7
parentf4023a1ef68197d995b4c6aa1ea27d38d7143cb4
Don't replace multiple result of calls with undef,
sccp tracks getresult values, not call values in this
case.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@50202 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Scalar/SCCP.cpp