instructionWasInserted

fun instructionWasInserted(instruction: L2Instruction)

This is the operation for the given instruction, which was just inserted into its basic block as part of an optimization pass. Do any post-processing appropriate for having inserted the instruction.

Parameters

instruction

The L2Instruction that was just inserted.