Fixing scheduling for compiler changes

db4
Daniel Ehrenberg 2010-05-04 09:48:16 -05:00
parent b02208ceb2
commit 4f66732c36
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ IN: compiler.cfg.finalization
: finalize-cfg ( cfg -- cfg' )
select-representations
! schedule-instructions
schedule-instructions
insert-gc-checks
insert-save-contexts
destruct-ssa

View File

@ -52,4 +52,4 @@ M: insn normalize-height* ;
rs-height get dup 0 = [ drop ] [ \ ##inc-r new-insn prefix ] if ;
: normalize-height ( cfg -- cfg' )
[ height-step ] simple-optimization ;
dup [ height-step ] simple-optimization ;