[PATCH] D86150: [NFC][DebugInfo] Create InstructionOrdering helper class (1/4)
Adrian Prantl via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 19 09:32:51 PDT 2020
aprantl accepted this revision.
aprantl added inline comments.
This revision is now accepted and ready to land.
================
Comment at: llvm/lib/CodeGen/AsmPrinter/DbgEntityHistoryCalculator.cpp:92
+ unsigned Position = 0;
+ for (const MachineBasicBlock &MBB : MF) {
+ for (const MachineInstr &MI : MBB)
----------------
unnecessary {
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D86150/new/
https://reviews.llvm.org/D86150
More information about the llvm-commits
mailing list