compiler: oops, assoc-empty? vs empty?. undo harvest-values here.
parent
76cb13ac52
commit
0bdc27053b
|
@ -128,7 +128,7 @@ M: vreg-insn compute-insn-costs
|
||||||
] each-basic-block ;
|
] each-basic-block ;
|
||||||
|
|
||||||
: minimize-costs ( costs -- representations )
|
: minimize-costs ( costs -- representations )
|
||||||
harvest-values
|
[ nip assoc-empty? ] assoc-reject
|
||||||
[ >alist alist-min first ] assoc-map ;
|
[ >alist alist-min first ] assoc-map ;
|
||||||
|
|
||||||
: compute-representations ( cfg -- )
|
: compute-representations ( cfg -- )
|
||||||
|
|
Loading…
Reference in New Issue