[PATCH] D95079: [NFC] Move ImportedFunctionsInliningStatistics to Analysis

Mircea Trofin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 20 12:42:38 PST 2021


mtrofin added inline comments.


================
Comment at: llvm/lib/Analysis/ImportedFunctionsInliningStatistics.cpp:189
   SortedNodes.reserve(NodesMap.size());
-  for (const NodesMapTy::value_type& Node : NodesMap)
+  for (const NodesMapTy::value_type &Node : NodesMap)
     SortedNodes.push_back(&Node);
----------------
NOTE: this was the linter having initiative - I'd leave the change in, albeit unrelated.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D95079/new/

https://reviews.llvm.org/D95079



More information about the llvm-commits mailing list