emit-branch ( bb successor -- )


Vocabulary
compiler.codegen

Inputs
bba basic-block
successora basic-block


Outputs
None

Word description
Emits a branching instruction for jumping from one block to the next. If the blocks are next to each other, then no jump is needed.

See also
%jump-label

Definition