This is an archive of the discontinued LLVM Phabricator instance.

[mips] Rename [gs]etCanHaveModuleDir to more natural names
ClosedPublic

Authored by dsanders on Aug 13 2014, 9:07 AM.

Details

Summary

getCanHaveModuleDir() is renamed to isModuleDirectiveAllowed(), and
setCanHaveModuleDir() is renamed to forbidModuleDirective() since it is only
ever given a false argument.

Diff Detail

Event Timeline

dsanders updated this revision to Diff 12458.Aug 13 2014, 9:07 AM
dsanders retitled this revision from to [mips] Rename [gs]etCanHaveModuleDir to more natural names.
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).
vmedic accepted this revision.Aug 14 2014, 1:01 AM
vmedic edited edge metadata.

LGTM

This revision is now accepted and ready to land.Aug 14 2014, 1:01 AM
dsanders closed this revision.Aug 14 2014, 2:27 AM