Finish up the initial jump table implementation by allowing jump tables to
authorNate Begeman <natebegeman@mac.com>
Wed, 3 May 2006 03:48:02 +0000 (03:48 +0000)
committerNate Begeman <natebegeman@mac.com>
Wed, 3 May 2006 03:48:02 +0000 (03:48 +0000)
commitf4360a478944af45d5f851a0903fbbfa44f520dc
treee9a96609b585d2bf63f1c9c3c6225739bb8ebaf0
parent33f9cce73a1963e0178774fe3c2da2a40c75d08a
Finish up the initial jump table implementation by allowing jump tables to
not be 100% dense.  Increase the minimum threshold for the number of cases
in a switch statement from 4 to 6 in order to create a jump table.

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