Simplify code by using SwitchInst::findCaseValue instead of reimplementing it.
authorChris Lattner <sabre@nondot.org>
Sat, 10 May 2008 23:56:54 +0000 (23:56 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 10 May 2008 23:56:54 +0000 (23:56 +0000)
commit3a73c9e5f9e1f9baf77b744adf3adb53639b8af5
tree2727af66373510705467e9ba4e1dcad01c33acd9
parentc2e735359f0698582d67fda313926a6436833b05
Simplify code by using SwitchInst::findCaseValue instead of reimplementing it.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@50957 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Scalar/SCCP.cpp