withoutIndex

fun withoutIndex(instruction: L2Instruction, inputIndex: Int): L2Instruction

One of this phi function's predecessors has been removed because it's dead code. Clean up its vector of inputs by removing the specified index.

Return

A replacement L2Instruction, whose operation may be either another L2_PHI_PSEUDO_OPERATION or an L2_MOVE.

Parameters

instruction

The L2Instruction whose operation has this type.

inputIndex

The index to remove.