compiler.cfg.ssa.destruction: fix

db4
Slava Pestov 2009-07-29 23:43:00 -05:00
parent b133649edd
commit 6274c0337a
1 changed files with 2 additions and 2 deletions

View File

@ -61,10 +61,10 @@ SYMBOLS: phi-union unioned-blocks ;
} cond ;
: node-is-live-in-of-child? ( node child -- ? )
[ vreg>> ] [ bb>> live-in ] bi* key? ;
[ vreg>> ] [ bb>> ] bi* live-in? ;
: node-is-live-out-of-child? ( node child -- ? )
[ vreg>> ] [ bb>> live-out ] bi* key? ;
[ vreg>> ] [ bb>> ] bi* live-out? ;
:: insert-copy ( bb src dst -- )
bb src dst trivial-interference