finalInstruction

fun finalInstruction(): L2Instruction

Answer this block's last L2Instruction. This instruction must be a branching instruction of some sort, having zero or more target edges, but not falling through to the next instruction (which doesn't exist).

Return

The last L2Instruction of this block.