destinationRegisterWrite

fun <W : L2WriteOperand<R>> destinationRegisterWrite(instruction: L2Instruction): W

Answer the L2WriteOperand from this phi function. This should only be used when generating phi moves (which takes the L2ControlFlowGraph out of Static Single Assignment form).

Return

The instruction's destination L2WriteOperand.

Parameters

W

The type of the L2WriteOperand.

instruction

The instruction to examine. It must be a phi operation.