Emit content at the start of basic block MBB.
Declared in <llvm/CodeGen/AsmPrinter.h>
virtual
void
emitBasicBlockStart(MachineBasicBlock const& MBB);
By default this prints the label for MBB, an alignment if present, and a comment describing it when appropriate.
| Name | Description |
|---|---|
| MBB | Basic block whose prologue is being emitted. |