gcc_jit_block_end_with_jump

Terminate a block by adding a jump to the given target block.

This is roughly equivalent to this C code:

goto target;

extern (C)
void
gcc_jit_block_end_with_jump

Meta