OSDN Git Service

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)
commit9abdfd01703c9acfcbbdb160ab4d19e531f098e3
tree88abd0998c1e895452e6b1e8631df6e25dd06151
parent9494699d5e9c3040405039bbce1e3242553a0087
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.

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