This is an archive of the discontinued LLVM Phabricator instance.

[mips] Unified the MipsMemSimm9GPRAsmOperand and MipsMemSimm9AsmOperand functions, NFC.
ClosedPublic

Authored by s.egerton on Sep 9 2015, 7:45 AM.

Details

Summary

These functions had the same purpose, however the MipsMemSimm9GPRAsmOperand
function was only for micromips32r6 and the MipsMemSimm9AsmOperand did not
have a ParserMatchClass.

Diff Detail

Event Timeline

s.egerton updated this revision to Diff 34337.Sep 9 2015, 7:45 AM
s.egerton retitled this revision from to [mips] Unified the MipsMemSimm9GPRAsmOperand and MipsMemSimm9AsmOperand functions, NFC..
s.egerton updated this object.
s.egerton added reviewers: dsanders, vkalintiris.
s.egerton added a subscriber: llvm-commits.
dsanders accepted this revision.Sep 14 2015, 8:55 AM
dsanders edited edge metadata.

LGTM

This revision is now accepted and ready to land.Sep 14 2015, 8:55 AM
dsanders closed this revision.Sep 14 2015, 8:58 AM