[PATCH] D142579: [llvm][NFC] Rename variables to match style guide in Local.cpp

Arthur Eubanks via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 25 15:07:38 PST 2023


aeubanks accepted this revision.
aeubanks added inline comments.
This revision is now accepted and ready to land.


================
Comment at: llvm/lib/Transforms/Utils/Local.cpp:226
           // TODO: Add overflow check.
-          Weights[0] += Weights[idx+1];
           // Remove weight for this case.
----------------
if you're here, might as well clang-format the changed lines


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D142579



More information about the llvm-commits mailing list