destinationOf

fun destinationOf(instruction: L2Instruction): WR

Given an L2Instruction using this operation, extract the source L2ReadOperand that is moved by the instruction.

Return

The move's source L2WriteOperand.

Parameters

instruction

The move instruction to examine.