compiler.tree.cleanup: Fix docs

db4
Doug Coleman 2015-06-05 21:22:50 -07:00
parent fbaa38be6d
commit a0cb7b4fd8
1 changed files with 2 additions and 2 deletions

View 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." } ;