insertInstruction

fun insertInstruction(index: Int, instruction: L2Instruction)

Insert an instruction in this basic block at the specified instruction index, notifying the operands that the instruction was just added.

Parameters

index

The index at which to insert the instruction.

instruction

The L2Instruction to insert.