Only use the initialized MCInstrInfo if it's been initialized already
authorEric Christopher <echristo@gmail.com>
Thu, 19 Feb 2015 23:52:35 +0000 (23:52 +0000)
committerEric Christopher <echristo@gmail.com>
Thu, 19 Feb 2015 23:52:35 +0000 (23:52 +0000)
commit2105ae98f6c84a133e5298cea4e53bd9bebb6ca2
treed3593f67123335e07a1ba1587b3cfac83c596184
parent72379706ea74e0c837d2fe931925ac56c7b890e0
Only use the initialized MCInstrInfo if it's been initialized already
during SetupMachineFunction. This is also the single use of MII
and it'll be changing to TargetInstrInfo (which is MachineFunction
based) in the next commit here.

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