llvm::MachineInstr::emitGenericError

Emit an error referring to this instruction's source location if available.

Synopsis

Declared in <llvm/CodeGen/MachineInstr.h>

void
emitGenericError(Twine const& ErrMsg) const;

Parameters

NameDescription
ErrMsgError message text.