compiler: resolve duplicate doc for "compiled".

db4
John Benediktsson 2014-10-19 08:27:59 -07:00
parent 961d0c4eb9
commit af2a53239e
1 changed files with 1 additions and 4 deletions

View File

@ -54,8 +54,6 @@ $nl
ABOUT: "compiler"
HELP: compiled { $var-description "An " { $link assoc } " used during the compilation process which maps from words to their generated code." } ;
HELP: frontend
{ $values { "word" word } { "tree" sequence } }
{ $description "First step of the compilation process. It outputs a high-level tree in SSA form." } ;
@ -66,8 +64,7 @@ HELP: backend
{ $see-also generate } ;
HELP: compiled
{ $description { "An " { $link assoc } " used by the optimizing compiler for intermediate storage of generated code. The keys are the labels to the CFG:s and the values the generated code as given by the " { $link generate } " word." } } ;
{ $var-description { "An " { $link assoc } " used by the optimizing compiler for intermediate storage of generated code. The keys are the labels to the CFG:s and the values the generated code as given by the " { $link generate } " word." } } ;
HELP: compile-word
{ $values { "word" word } }