Set a symbol emitted immediately before this instruction.
Declared in <llvm/CodeGen/MachineInstr.h>
void
setPreInstrSymbol(
MachineFunction& MF,
MCSymbol* Symbol);
Setting this to null removes any such symbol.
FIXME: This is not fully implemented yet.
| Name | Description |
|---|---|
| MF | Machine function used for extra-info allocation. |
| Symbol | Symbol to emit before the instruction, or null. |