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)
commit19f93ebf180d7a547d5138a261becc275b4fbc83
tree28b366b61f09aa626a64a717bc0fb765d4e4fb07
parentedf1d1e3eaafbf98073b4e99c356a6374f71eeaf
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.

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