Erase an operand from an instruction, leaving it with one fewer operand than it started with.

Synopsis

Declared in <llvm/CodeGen/MachineInstr.h>

void
removeOperand(unsigned int OpNo);

Created with MrDocs