Simplify this code; switch lowering shouldn't produce cases
authorDan Gohman <gohman@apple.com>
Thu, 24 Jun 2010 17:08:31 +0000 (17:08 +0000)
committerDan Gohman <gohman@apple.com>
Thu, 24 Jun 2010 17:08:31 +0000 (17:08 +0000)
commitdeca052d9d1d1303854a1c9617c383aa6c58ba0b
tree803fc7f37dcfb89481c47039ecfd972a1ae7a552
parent2ea09e05466613a22e1211f52c30cd01af563983
Simplify this code; switch lowering shouldn't produce cases
which trivially fold away.

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