AsmPrinter::doFinalization is at the module level and so doesn't
authorEric Christopher <echristo@gmail.com>
Fri, 20 Feb 2015 06:59:48 +0000 (06:59 +0000)
committerEric Christopher <echristo@gmail.com>
Fri, 20 Feb 2015 06:59:48 +0000 (06:59 +0000)
commit02a610a9a9cfabdf5fc8cf6551bb65fe9612a844
tree9703f499bf8fe3532ba17134e45aa5407f8565ca
parent4dedd90c76214ba670e08580471232062f7f096e
AsmPrinter::doFinalization is at the module level and so doesn't
have access to a target specific subtarget info. Grab the module
level MCSubtargetInfo for the JumpInstrTable output stubs.

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