[PATCH] D128295: [lld/mac] Replace while loop with for loop

Thorsten via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 21 12:23:02 PDT 2022


tschuett added a comment.

Nit. Your are not allowed to check `getBlockCount()` for every iteration. Pull it out of the loop?


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

https://reviews.llvm.org/D128295



More information about the llvm-commits mailing list