[PATCH] D89423: Explicitly check for entry basic block, rather than relying on MachineBasicBlock::pred_empty.
Rahman Lavaee via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 26 16:14:38 PDT 2020
rahmanl added inline comments.
================
Comment at: llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp:3142
+/// shouldEmitLabelForBasicBlock - Return true if the given basic block requires
+/// a basic block label. The symbol is constructed later by a call to
----------------
MaskRay wrote:
> The coding standard does not replicate the function name for a comment. Some old code uses does not conform to the standard
Removed the comment.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D89423/new/
https://reviews.llvm.org/D89423
More information about the llvm-commits
mailing list