llvm::MachineInstr::setDesc

Replace this instruction's descriptor (and thus opcode) with TID.

Synopsis

Declared in <llvm/CodeGen/MachineInstr.h>

void
setDesc(MCInstrDesc const& TID);

Parameters

NameDescription
TIDNew target instruction descriptor.