Returns true if the MachineInstr represents a label.

Synopsis

Declared in <llvm/CodeGen/MachineInstr.h>

bool
isLabel() const;

Return Value

True if this is an EH, GC, or annotation label.

Created with MrDocs