]> gitweb.factorcode.org Git - factor.git/commitdiff
compiler.tree.cleanup: Fix docs
authorDoug Coleman <doug.coleman@gmail.com>
Sat, 6 Jun 2015 04:22:50 +0000 (21:22 -0700)
committerDoug Coleman <doug.coleman@gmail.com>
Sat, 6 Jun 2015 04:22:50 +0000 (21:22 -0700)
basis/compiler/tree/cleanup/cleanup-docs.factor

index 73ca20baa231a1eb734a3a73d17e5885e266682d..a64cc452295e9f5528c4f74f3725bb8ea78d179d 100644 (file)
@@ -4,6 +4,6 @@ IN: compiler.tree.cleanup
 ARTICLE: "compiler.tree.cleanup" "Cleanup Phase"
 "A phase run after propagation to finish the job, so to speak. Codifies speculative inlining decisions, deletes branches marked as never taken, and flattens local recursive blocks that do not call themselves." ;
 
-HELP: cleanup
+HELP: cleanup-tree
 { $values { "nodes" sequence } { "nodes'" sequence } }
-{ $description "Main entry point for the cleanup optimization phase." } ;
+{ $description "Main entry point for the cleanup-tree optimization phase." } ;