emit-loop-call ( successor-block current-block -- )
Final stage of compilation generates machine code from dataflow IR

Prev:emit-call ( block word height -- block' )
Next:emit-actual-if ( block #if -- block' )


Vocabulary
compiler.cfg.builder

Inputs
successor-blocka basic-block
current-blocka basic-block


Outputs
None

Word description
Sets the given block as the successor of the current block. Then ends the block.

Definition