From a0cb7b4fd851476a7d23c2eda51df969f489900c Mon Sep 17 00:00:00 2001 From: Doug Coleman Date: Fri, 5 Jun 2015 21:22:50 -0700 Subject: [PATCH] compiler.tree.cleanup: Fix docs --- basis/compiler/tree/cleanup/cleanup-docs.factor | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/basis/compiler/tree/cleanup/cleanup-docs.factor b/basis/compiler/tree/cleanup/cleanup-docs.factor index 73ca20baa2..a64cc45229 100644 --- a/basis/compiler/tree/cleanup/cleanup-docs.factor +++ b/basis/compiler/tree/cleanup/cleanup-docs.factor @@ -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." } ;