revert my previous switch lowering change, which miscompiles a few programs.
authorChris Lattner <sabre@nondot.org>
Tue, 13 Feb 2007 20:09:07 +0000 (20:09 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 13 Feb 2007 20:09:07 +0000 (20:09 +0000)
commitae4f99d8430f06cfbc316f231e404201d288ef94
treead2d8b8f60d6ce031a56ea0beb385acb18c2d88c
parent75016059889ecf571e6159c5812dff40781ac5bb
revert my previous switch lowering change, which miscompiles a few programs.
This will break a dj test until I have time to investigate.

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