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.
Paths
| Differential D79101
[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 Also updated comments.
Diff Detail
Event TimelineComment Actions 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 Closed by commit rG2c7ff270d284: [llvm][NFC] Inliner: rename call site variables. (authored by mtrofin). · Explain WhyApr 29 2020, 3:41 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 261068 llvm/lib/Transforms/IPO/Inliner.cpp
|