compiler.cfg.linear-scan.resolve: fix compile error

db4
Slava Pestov 2009-06-14 17:00:52 -05:00
parent b18c84454b
commit 6fb7dca404
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ IN: compiler.cfg.linear-scan.resolve
; ;
: resolve-edge-data-flow ( bb to -- ) : 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 ] [ resolve-mappings ]
2bi ; 2bi ;