[PATCH] D72949: [NFC] small rename of private member in InlineCost.cpp
Mircea Trofin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 17 14:43:20 PST 2020
mtrofin marked 2 inline comments as done.
mtrofin added inline comments.
================
Comment at: llvm/lib/Analysis/InlineCost.cpp:1940
onInitializeSROAArg(SROAArg);
+ EnabledSROAAllocas.insert(SROAArg);
}
----------------
davidxl wrote:
> This is not NFC?
It's NFC because it was executed before in InlineCostCallAnalyzer::onInitializeSROAArg(), which is/was the only current scenario.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D72949/new/
https://reviews.llvm.org/D72949
More information about the llvm-commits
mailing list