Fix phi node updating for switches lowered to linear sequences of branches.
authorChris Lattner <sabre@nondot.org>
Sun, 22 Oct 2006 23:00:53 +0000 (23:00 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 22 Oct 2006 23:00:53 +0000 (23:00 +0000)
commitb2e806eecd85c98367f038817e742ef183dd9f87
treee3d2c5d36cdc5d3c9a8e595fb1c0db40320705c9
parente236ac64a2b149ccf4216159430de512ec58a504
Fix phi node updating for switches lowered to linear sequences of branches.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31125 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp