Skip to content

Commit 73ad020

Browse files
committed
add commend
1 parent 34451af commit 73ad020

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

llvm/include/llvm/Transforms/Utils/BasicBlockUtils.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -612,6 +612,8 @@ LLVM_ABI void InvertBranch(BranchInst *PBI, IRBuilderBase &Builder);
612612
// br/brcond/unreachable/ret
613613
LLVM_ABI bool hasOnlySimpleTerminator(const Function &F);
614614

615+
/// Print BasicBlock \p BB as an operand or print "<nullptr>" if \p BB is a
616+
/// nullptr.
615617
LLVM_ABI Printable printBasicBlock(const BasicBlock *BB);
616618

617619
} // end namespace llvm

0 commit comments

Comments
 (0)