Fix CodeGen/Generic/2006-09-06-SwitchLowering.ll, a bug where SDIsel inserted
authorChris Lattner <sabre@nondot.org>
Thu, 7 Sep 2006 01:59:34 +0000 (01:59 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 7 Sep 2006 01:59:34 +0000 (01:59 +0000)
commitd5e93c07957844e3086fb12d686b93dbbd2524c2
treeb1e74cd2f31f0c891d7515048d6b41ada4ec4ff7
parent5aa0307315e7ee214c510880597b951dca9c4af3
Fix CodeGen/Generic/2006-09-06-SwitchLowering.ll, a bug where SDIsel inserted
too many phi operands when lowering a switch to branches in some cases.

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