This is an archive of the discontinued LLVM Phabricator instance.

[mips] [IAS] Refactor MipsTargetStreamer::emitMipsAbiFlags(). NFC.
ClosedPublic

Authored by tomatabacu on Mar 10 2015, 6:27 AM.

Details

Summary

Make emitMipsAbiFlags a direct member of MipsTargetELFStreamer, as that's the only place where it's used, and remove the empty implementations from MipsTargetStreamer and MipsTargetAsmStreamer.

Diff Detail

Event Timeline

tomatabacu updated this revision to Diff 21572.Mar 10 2015, 6:27 AM
tomatabacu retitled this revision from to [mips] [IAS] Refactor MipsTargetStreamer::emitMipsAbiFlags(). NFC..
tomatabacu updated this object.
tomatabacu edited the test plan for this revision. (Show Details)
tomatabacu added a reviewer: dsanders.
tomatabacu added a subscriber: Unknown Object (MLST).
rafael accepted this revision.Mar 12 2015, 10:38 AM
rafael added a reviewer: rafael.
rafael added a subscriber: rafael.

LGTM

This revision is now accepted and ready to land.Mar 12 2015, 10:38 AM
tomatabacu closed this revision.Mar 13 2015, 4:42 AM