[PATCH] D63419: [ARM] Thumb2CondExecution. NFC

Sam Parker via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 17 06:35:10 PDT 2019


samparker accepted this revision.
samparker added a comment.
This revision is now accepted and ready to land.

LGTM



================
Comment at: llvm/lib/Target/ARM/Thumb2CondExecution.cpp:194
 
-bool Thumb2ITBlockPass::InsertITInstructions(MachineBasicBlock &MBB) {
+bool Thumb2ITBlock::InsertITInstructions(MachineBasicBlock &Block) {
   bool Modified = false;
----------------
Just a bike shedding nit... MBB is the defacto variable name for a MachineBasicBlock.. and the same for the iterator names.


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

https://reviews.llvm.org/D63419





More information about the llvm-commits mailing list