This is an archive of the discontinued LLVM Phabricator instance.

[mips] Remove inverted predicates from MipsSubtarget that were only used by MipsCallingConv.td
ClosedPublic

Authored by dsanders on Sep 9 2014, 6:42 AM.

Diff Detail

Event Timeline

dsanders updated this revision to Diff 13458.Sep 9 2014, 6:42 AM
dsanders retitled this revision from to [mips] Remove inverted predicates from MipsSubtarget that were only used by MipsCallingConv.td.
dsanders updated this object.
dsanders edited the test plan for this revision. (Show Details)
dsanders added a reviewer: vmedic.
dsanders added a subscriber: Unknown Object (MLST).
echristo accepted this revision.Sep 9 2014, 1:24 PM
echristo added a reviewer: echristo.
echristo added a subscriber: echristo.

I'd have probably used IfSubtargetNot, but LGTM.

-eric

This revision is now accepted and ready to land.Sep 9 2014, 1:24 PM
vmedic accepted this revision.Sep 10 2014, 12:23 AM
vmedic edited edge metadata.

LGTM

Your spelling makes more sense. Mine is just 'if (!Subtarget...)' in the form of a valid identifier. I'll make that change before I commit.

Thanks.

dsanders closed this revision.Sep 10 2014, 5:12 AM