This is an archive of the discontinued LLVM Phabricator instance.

[mips] Provide a getter method for MCInstrInfo so that it becomes possible to access MCInstrDesc from a custom MCELFStreamer.
AbandonedPublic

Authored by matheusalmeida on Mar 20 2014, 7:48 AM.

Details

Summary

[mips] Provide a getter method for MCInstrInfo so that it becomes possible to access MCInstrDesc from a custom MCELFStreamer.

Diff Detail

Event Timeline

jacksprat accepted this revision.Mar 20 2014, 10:23 AM

A "getter" method ;-)

LGTM

matheusalmeida abandoned this revision.Mar 21 2014, 3:38 AM

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[]).