This is an archive of the discontinued LLVM Phabricator instance.

[MC] Rename a misnamed function. NFC.
ClosedPublic

Authored by ikudrin on Jun 18 2020, 3:54 AM.

Details

Summary

The patch renames MakeStartMinusEndExpr() to MakeEndMinusStartExpr() to better reflect an expression it creates.

Diff Detail

Event Timeline

ikudrin created this revision.Jun 18 2020, 3:54 AM
jhenderson accepted this revision.Jun 18 2020, 4:20 AM

LGTM, thanks for doing this!

This revision is now accepted and ready to land.Jun 18 2020, 4:20 AM
This revision was automatically updated to reflect the committed changes.