generateOn

fun generateOn(output: MutableList<L2Instruction>)

Add this block's instructions to the given instruction list. Also do a special peephole optimization by removing any preceding L2_JUMP if its target is this block, unless this block is a loop head.

Parameters

output

The List of L2Instructions in which to append this basic block's instructions.