[PATCH] D138910: [RS4GC] Turn lambda into static function. NFC.
Serguei Katkov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 12 20:18:11 PST 2022
skatkov added a comment.
LGTM.
================
Comment at: llvm/lib/Transforms/Scalar/RewriteStatepointsForGC.cpp:2502
- // Remove rematerializaed values from the live set
+ // Remove rematerialized values from the live set
for (auto *LiveValue: LiveValuesToBeDeleted) {
----------------
dot at the end.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D138910/new/
https://reviews.llvm.org/D138910
More information about the llvm-commits
mailing list