7 lines
212 B
Factor
7 lines
212 B
Factor
|
USING: compiler.tree help.markup help.syntax ;
|
||
|
IN: compiler.tree.propagation.nodes
|
||
|
|
||
|
HELP: annotate-node
|
||
|
{ $values { "node" node } }
|
||
|
{ $description "Initializes the info slot for SSA tree nodes that have it." } ;
|