set-basic-block ( basic-block -- )


Vocabulary
compiler.cfg.builder.blocks

Inputs
basic-blocka basic-block


Outputs
None

Word description
Sets the given blocks as the current one. If it has any instructions the current building is set to those.

Definition