Change the isel to not break out of the big giant switch. Instead, the
authorChris Lattner <sabre@nondot.org>
Sat, 3 Sep 2005 00:53:47 +0000 (00:53 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 3 Sep 2005 00:53:47 +0000 (00:53 +0000)
commit25dae727f3b0c3511c17d7b7a8d476b1eed04f20
tree0e4d1922576607ef87728fa581d2ddd06e068413
parent7cd09cf94269ad728b59b201957b25790e6b9b78
Change the isel to not break out of the big giant switch.  Instead, the
switch should never be exited, so its bottom is now unreachable.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23234 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/PowerPC/PPCISelDAGToDAG.cpp