compiler.cfg.linear-scan.resolve: fix compile error
parent
b18c84454b
commit
6fb7dca404
|
@ -21,7 +21,7 @@ IN: compiler.cfg.linear-scan.resolve
|
|||
;
|
||||
|
||||
: resolve-edge-data-flow ( bb to -- )
|
||||
[ 2dup live-in [ resolve-value-data-flow ] with with each ]
|
||||
[ dup live-in [ resolve-value-data-flow ] with with each ]
|
||||
[ resolve-mappings ]
|
||||
2bi ;
|
||||
|
||||
|
|
Loading…
Reference in New Issue