diff --git a/basis/compiler/cfg/representations/selection/selection.factor b/basis/compiler/cfg/representations/selection/selection.factor index b498ce29f7..1175113774 100644 --- a/basis/compiler/cfg/representations/selection/selection.factor +++ b/basis/compiler/cfg/representations/selection/selection.factor @@ -128,7 +128,7 @@ M: vreg-insn compute-insn-costs ] each-basic-block ; : minimize-costs ( costs -- representations ) - harvest-values + [ nip assoc-empty? ] assoc-reject [ >alist alist-min first ] assoc-map ; : compute-representations ( cfg -- )