Return true if this instruction's opcode is DBG_LABEL.

Synopsis

Declared in <llvm/CodeGen/MachineInstr.h>

bool
isDebugLabel() const;

Return Value

True if the opcode is DBG_LABEL.

Created with MrDocs