Emit an error at this instruction's source location for impossible inline asm.
Synopsis
Declared in <llvm/CodeGen/MachineInstr.h>
void
emitInlineAsmError(Twine const& ErrMsg) const;
Description
Other errors should have been handled much earlier.
Parameters
Name |
Description |
ErrMsg |
Error message text. |
Created with MrDocs