destination Of Immutable
fun destinationOfImmutable(instruction: L2Instruction): L2WriteBoxedOperand
Content copied to clipboard
Given an L2Instruction using this operation, extract the destination L2WriteBoxedOperand that receives the immutable value produced by the instruction.
Return
The instruction's destination L2WriteBoxedOperand.
Parameters
instruction
The make-immutable instruction to examine.