New pass to lower switch instructions to branch instructions
authorChris Lattner <sabre@nondot.org>
Wed, 23 Apr 2003 16:23:59 +0000 (16:23 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 23 Apr 2003 16:23:59 +0000 (16:23 +0000)
commit14383485ac546e369b11797b42bc20831b6db57b
tree868b0b194882edf91f0d3220eaed4560f4c443c8
parent350c0a8216c5207000467cb3729ae77d5d273f20
New pass to lower switch instructions to branch instructions

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5865 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Utils/LowerSwitch.cpp [new file with mode: 0644]