Scheduling has to come before representation selection, since the latter inserts memory operations

db4
Daniel Ehrenberg 2010-04-05 00:24:12 -05:00
parent 601b6f8457
commit e22f66daf4
1 changed files with 1 additions and 1 deletions
basis/compiler/cfg/optimizer

View File

@ -38,8 +38,8 @@ SYMBOL: check-optimizer?
copy-propagation
eliminate-dead-code
eliminate-write-barriers
schedule-instructions
select-representations
schedule-instructions
destruct-ssa
delete-empty-blocks
?check ;