addInstruction

fun addInstruction(instruction: L2Instruction, manifest: L2ValueManifest)

Append an instruction to this basic block, notifying the operands that the instruction was just added. Adding a phi instruction automatically places it at the start.

Parameters

instruction

The L2Instruction to append.

manifest

The L2ValueManifest that is active where this instruction was just added to its L2BasicBlock.