Partially in response to PR926: insert the newly created machine basic
authorBill Wendling <isanbard@gmail.com>
Thu, 19 Oct 2006 21:46:38 +0000 (21:46 +0000)
committerBill Wendling <isanbard@gmail.com>
Thu, 19 Oct 2006 21:46:38 +0000 (21:46 +0000)
commitc70ddad2b7d7abffeaaace913939fb3c5c55a38b
treeebf92601306151f6b34ea89b5746873f1d50016f
parent002e499650ee97df34dd53f1a6806860132a256c
Partially in response to PR926: insert the newly created machine basic
blocks into the basic block list when lowering the switch inst. into a
binary tree of if-then statements. This allows the "visitSwitchCase" func
to allow for fall-through behavior.

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