sourceOfImmutable

fun sourceOfImmutable(instruction: L2Instruction): L2ReadBoxedOperand

Given an L2Instruction using this operation, extract the source L2ReadBoxedOperand that is made immutable by the instruction.

Return

The instruction's source L2ReadBoxedOperand.

Parameters

instruction

The make-immutable instruction to examine.