compiler.cfg.linear-scan.allocation: fix wrong order

db4
Slava Pestov 2010-07-19 06:46:50 -04:00
parent b776a92546
commit adc9db3ea8
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ M: sync-point handle ( sync-point -- )
{
{ [ unhandled-intervals heap-empty? ] [ unhandled-sync-points ] }
{ [ unhandled-sync-points heap-empty? ] [ unhandled-intervals ] }
[ unhandled-sync-points unhandled-intervals smallest-heap ]
[ unhandled-intervals unhandled-sync-points smallest-heap ]
} cond heap-pop drop handle ;
: (allocate-registers) ( unhandled-intervals unhandled-sync-points -- )