Unconditionally create a new MCInstrInfo in the asm printer for
authorEric Christopher <echristo@gmail.com>
Sat, 21 Feb 2015 09:09:15 +0000 (09:09 +0000)
committerEric Christopher <echristo@gmail.com>
Sat, 21 Feb 2015 09:09:15 +0000 (09:09 +0000)
commit3f05e1a19bc9f588272ab1847a5093e4162f3f5e
treeb1bf0397e18300c5707bfa7cfbb94dddfdc1416f
parentcde54069f912b266d998a4679a5235834ceefdac
Unconditionally create a new MCInstrInfo in the asm printer for
asm parsing since it's not subtarget dependent and we can't depend
upon the one hanging off the MachineFunction's subtarget still
being around.

llvm-svn: 230135
llvm/lib/CodeGen/AsmPrinter/AsmPrinterInlineAsm.cpp