[all-commits] [llvm/llvm-project] 2c7ff2: [llvm][NFC] Inliner: rename call site variables.
Mircea Trofin via All-commits
all-commits at lists.llvm.org
Wed Apr 29 15:36:56 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 2c7ff270d28419cc038288f620e57ed1786053b2
https://github.com/llvm/llvm-project/commit/2c7ff270d28419cc038288f620e57ed1786053b2
Author: Mircea Trofin <mtrofin at google.com>
Date: 2020-04-29 (Wed, 29 Apr 2020)
Changed paths:
M llvm/lib/Transforms/IPO/Inliner.cpp
Log Message:
-----------
[llvm][NFC] Inliner: rename call site variables.
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.
Reviewers: davidxl, dblaikie, jdoerfert
Subscribers: eraman, hiraditya, llvm-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D79101
More information about the All-commits
mailing list