sourceOf

fun sourceOf(instruction: L2Instruction): RR

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

Return

The move's source L2ReadOperand.

Parameters

instruction

The move instruction to examine.