]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/compiler/cfg/ssa/destruction/leaders/leaders-docs.factor
compiler.cfg.ssa.destruction.coalescing: new vocab to refactor and
[factor.git] / basis / compiler / cfg / ssa / destruction / leaders / leaders-docs.factor
index 4cc85b3da6d1b4157c4078e02f198a7c4d616c2a..a8f6bc2ddc33b96f7b776ae5095a80f4ffec40b9 100644 (file)
@@ -1,4 +1,4 @@
-USING: compiler.cfg.ssa.destruction.private help.markup help.syntax math ;
+USING: compiler.cfg.ssa.destruction.coalescing help.markup help.syntax math ;
 IN: compiler.cfg.ssa.destruction.leaders
 
 HELP: ?leader
@@ -7,7 +7,7 @@ HELP: ?leader
 
 HELP: leader-map
 { $var-description "A map from vregs to canonical representatives due to coalescing done by SSA destruction. Used by liveness analysis and the register allocator, so we can use the original SSA names to get certain info (reaching definitions, representations). By default, each vreg is its own leader." }
-{ $see-also init-coalescing perform-coalescing } ;
+{ $see-also init-coalescing } ;
 
 ARTICLE: "compiler.cfg.ssa.destruction.leaders" "Leader book-keeping" "This vocab defines words for getting the leaders of vregs." ;