Add a new jump table encoding to indicate jump tables entries
authorRichard Osborne <richard@xmos.com>
Thu, 11 Mar 2010 14:58:16 +0000 (14:58 +0000)
committerRichard Osborne <richard@xmos.com>
Thu, 11 Mar 2010 14:58:16 +0000 (14:58 +0000)
commit95da605e15a6f108b551ecc6772823ea53de3007
tree5e758211638e7c7e2f05c0017ede940e8e3c82a1
parent826cbac2a0cef418fd8949813761c2ed975f3df1
Add a new jump table encoding to indicate jump tables entries
are inside the function by the target at the point of use.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@98255 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/MachineJumpTableInfo.h
lib/CodeGen/AsmPrinter/AsmPrinter.cpp
lib/CodeGen/MachineFunction.cpp
lib/ExecutionEngine/JIT/JITEmitter.cpp