This is an archive of the discontinued LLVM Phabricator instance.

[llvm][NFC] Inliner: rename call site variables.
ClosedPublic

Authored by mtrofin on Apr 29 2020, 9:40 AM.

Details

Summary

Renamed 'CS' to 'CB', and, in one case, to a more specific name to avoid
naming collision with outer scope (a maintainability/readability reason,
not correctness)

Also updated comments.

Diff Detail

Event Timeline

mtrofin created this revision.Apr 29 2020, 9:40 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 29 2020, 9:40 AM
dblaikie accepted this revision.Apr 29 2020, 1:30 PM

Looks good! (Feel free to commit changes like this (correcting out of date naming & actually any patches related to the CallSite removal that you think are sufficiently clear/consistent with other things that've been approved without discussion) without pre-commit review)

This revision is now accepted and ready to land.Apr 29 2020, 1:30 PM
This revision was automatically updated to reflect the committed changes.