[mips] Provide a getter method for MCInstrInfo so that it becomes possible to access MCInstrDesc from a custom MCELFStreamer.
Diff Detail
Diff Detail
Event Timeline
Comment Actions
This change is not require any more. I realized yesterday that we can access MCInstrDesc directly via a global array defined in TargetGenInstrInfo.inc (MCInstrDesc MipsInsts[]).