factor/basis/compiler/cfg/loop-detection/loop-detection-docs.factor

7 lines
195 B
Factor
Raw Normal View History

2016-10-08 01:08:00 -04:00
USING: compiler.cfg help.markup help.syntax ;
IN: compiler.cfg.loop-detection
HELP: needs-loops
{ $values { "cfg" cfg } }
{ $description "Runs loop detection for the cfg if it isn't valid." } ;