]> gitweb.factorcode.org Git - factor.git/blob - basis/compiler/cfg/loop-detection/loop-detection-docs.factor
Remove filtering on timestamps and use short ISO8601 to display them
[factor.git] / basis / compiler / cfg / loop-detection / loop-detection-docs.factor
1 USING: compiler.cfg help.markup help.syntax ;
2 IN: compiler.cfg.loop-detection
3
4 HELP: needs-loops
5 { $values { "cfg" cfg } }
6 { $description "Runs loop detection for the cfg if it isn't valid." } ;