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)
commit78a3f6cc4d2afe4838c56464a6a65af63a5f05c4
tree9a16676a0defccdca2056e156974d0a413957691
parent02be3f36a392de4dfa66a7d3bbc577a3300ad5c9
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.

llvm-svn: 229974
llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp