Terminate a block by adding a jump to the given target block.
This is roughly equivalent to this C code:
goto target;
See Implementation
Terminate a block by adding a jump to the given target block.
This is roughly equivalent to this C code:
goto target;