[PATCH] D40422: [CodeGen] Unify MBB reference format in both MIR and debug output
Matthias Braun via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 4 07:56:59 PST 2017
MatzeB accepted this revision.
MatzeB added a comment.
This revision is now accepted and ready to land.
Thanks, LGTM.
================
Comment at: lib/CodeGen/MachineScheduler.cpp:101
static cl::opt<unsigned> SchedOnlyBlock("misched-only-block", cl::Hidden,
- cl::desc("Only schedule this MBB#"));
+ cl::desc("Only schedule this MBB"));
#else
----------------
I think you can leave the `MBB#` here to make it more clear that the argument is a number.
https://reviews.llvm.org/D40422
More information about the llvm-commits
mailing list