Do not merge jump tables this early. Branch folding will do any necessary
authorJim Grosbach <grosbach@apple.com>
Sat, 14 Nov 2009 20:15:03 +0000 (20:15 +0000)
committerJim Grosbach <grosbach@apple.com>
Sat, 14 Nov 2009 20:15:03 +0000 (20:15 +0000)
commitc04cae9c9b420133ff2fc80c183c3fe0449d2ae1
treebc50088b58c8c7765108b42930c18490b20bf3b1
parent00a6a1f0225b01229134ecee7a853be638703c36
Do not merge jump tables this early. Branch folding will do any necessary
merges, and until then, it's useful to keep the tables separate for ease
of manipulation.

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