emitInstruction

fun emitInstruction(operation: L2Operation, vararg operands: L2Operand)

Emit an L2Instruction into the L1Translator's current block. Use the given L2Operation and L2Operands to construct the instruction. The operands should have been transformed by this inliner already.

Parameters

operation

The L2Operation of the instruction.

operands

The L2Operands of the instruction, having already been transformed for this inliner.