Erase operand OpNo, leaving the instruction with one fewer operand.

Synopsis

Declared in <llvm/CodeGen/MachineInstr.h>

void
removeOperand(unsigned int OpNo);

Parameters

Name

Description

OpNo

Index of the operand to remove.

Created with MrDocs