factor/basis/compiler/cfg/block-joining/block-joining-docs.factor

7 lines
231 B
Factor
Raw Normal View History

USING: compiler.cfg help.markup help.syntax ;
IN: compiler.cfg.block-joining
HELP: join-block?
{ $values { "bb" basic-block } { "?" "a boolean" } }
{ $description "Whether the block can be joined with its predecessor or not." } ;