* disable reg. allocator optimization introduced in r21812 for now because it caused some trouble, see #22405

git-svn-id: trunk@22036 -
This commit is contained in:
florian 2012-08-08 16:29:03 +00:00
parent 51af7bd440
commit ecdec2e431

View File

@ -1000,7 +1000,8 @@ unit rgobj;
begin
ok:=(t<first_imaginary) or
((r<first_imaginary) and (r in usable_register_set)) or
// disabled for now, see issue #22405
// ((r<first_imaginary) and (r in usable_register_set)) or
(reginfo[t].degree<usable_registers_cnt) or
ibitmap[r,t];
end;