6 lines
199 B
Factor
6 lines
199 B
Factor
|
USING: compiler.cfg help.markup help.syntax ;
|
||
|
IN: compiler.cfg.builder.blocks
|
||
|
|
||
|
HELP: make-kill-block
|
||
|
{ $description "Marks the current " { $link basic-block } " being processed as a kill block." } ;
|