Generate the dispatch code for a 'thumb' function. This is very similar to the
authorBill Wendling <isanbard@gmail.com>
Thu, 6 Oct 2011 23:37:36 +0000 (23:37 +0000)
committerBill Wendling <isanbard@gmail.com>
Thu, 6 Oct 2011 23:37:36 +0000 (23:37 +0000)
commit083a8eb063657866ff595980fc03a16b791d08df
tree85bd0f2150c92762cc4e7913a85821467de24a4e
parent7011eee9b509f3a0f95a75f68787384f31ea3e01
Generate the dispatch code for a 'thumb' function. This is very similar to the
others. They take the call site value. Determine if it's a proper value. And
then jumps to the correct call site via a jump table.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@141341 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/ARMISelLowering.cpp