diff --git a/basis/compiler/cfg/value-numbering/graph/graph.factor b/basis/compiler/cfg/value-numbering/graph/graph.factor index 7ec9eaf7ce..41e7201953 100644 --- a/basis/compiler/cfg/value-numbering/graph/graph.factor +++ b/basis/compiler/cfg/value-numbering/graph/graph.factor @@ -26,6 +26,8 @@ SYMBOL: vregs>vns : vn>constant ( vn -- constant ) vn>expr value>> ; inline +: vreg>constant ( vreg -- constant ) vreg>vn vn>constant ; inline + : init-value-graph ( -- ) 0 vn-counter set exprs>vns set