add a new MachineJumpTableInfo::getJTISymbol method,
authorChris Lattner <sabre@nondot.org>
Tue, 26 Jan 2010 05:58:28 +0000 (05:58 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 26 Jan 2010 05:58:28 +0000 (05:58 +0000)
commitbeeb93e6ba48af2661eabc4872d8b159fb43e5db
treee63ff6ede38987fd5319fe7214f6d9fee5c9eefd
parent13e97a29d9dfa5602f93a8c546f112c5d029e8f7
add a new MachineJumpTableInfo::getJTISymbol method,
use it to implement the default TargetLowering::getPICJumpTableRelocBaseExpr

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