Make emission of jump tables a bit less conservative; they are now required
authorNate Begeman <natebegeman@mac.com>
Mon, 8 May 2006 16:51:36 +0000 (16:51 +0000)
committerNate Begeman <natebegeman@mac.com>
Mon, 8 May 2006 16:51:36 +0000 (16:51 +0000)
commit17c275ff2ce9e94d647e781f6dac6320d088f899
treefb99cb061951d929f2c397040a633b79867040ff
parent403be7eafc8922c20d7e8253bc8d6d0abd0448cb
Make emission of jump tables a bit less conservative; they are now required
to be only 31.25% dense, rather than 75% dense.

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