[PATCH] D79101: [llvm][NFC] Inliner: rename call site variables.

Mircea Trofin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 29 10:11:21 PDT 2020


mtrofin created this revision.
mtrofin added reviewers: davidxl, dblaikie, jdoerfert.
Herald added subscribers: llvm-commits, hiraditya, eraman.
Herald added a project: LLVM.

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.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D79101

Files:
  llvm/lib/Transforms/IPO/Inliner.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D79101.260945.patch
Type: text/x-patch
Size: 17492 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200429/9c49e042/attachment.bin>


More information about the llvm-commits mailing list