]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/compiler/cfg/dataflow-analysis/dataflow-analysis-docs.factor
compiler: fix PRIVATE docs.
[factor.git] / basis / compiler / cfg / dataflow-analysis / dataflow-analysis-docs.factor
index 74fa8fd8aef21b63beba98f3372a60618e2e8cff..9513f130f458ac0fcfee960811f6ec6765b4ccba 100644 (file)
@@ -1,5 +1,5 @@
-USING: classes compiler.cfg help.markup help.syntax sequences ;
-IN: compiler.cfg.dataflow-analysis
+USING: classes compiler.cfg compiler.cfg.dataflow-analysis
+compiler.cfg.dataflow-analysis.private help.markup help.syntax sequences ;
 
 HELP: predecessors
 { $values { "bb" basic-block } { "dfa" "a dataflow analysis symbol" } { "seq" sequence } }
@@ -29,8 +29,6 @@ HELP: join-sets
 { $see-also transfer-set } ;
 
 
-<PRIVATE
-
 HELP: run-dataflow-analysis
 { $values
   { "cfg" cfg }
@@ -40,8 +38,6 @@ HELP: run-dataflow-analysis
 }
 { $description "Runs the given dataflow analysis on the cfg." } ;
 
-PRIVATE>
-
 HELP: FORWARD-ANALYSIS:
 { $syntax "FORWARD-ANALYSIS: word" }
 { $values { "word" "name of the compiler pass" } }