2
0
Эх сурвалжийг харах

* coalesce more aggressive

git-svn-id: trunk@25177 -
florian 12 жил өмнө
parent
commit
c2f7ccb253

+ 1 - 1
compiler/rgobj.pas

@@ -1274,7 +1274,7 @@ unit rgobj;
         end
         end
       {Next test: is it possible and a good idea to coalesce??}
       {Next test: is it possible and a good idea to coalesce??}
       else if ((u<first_imaginary) and adjacent_ok(u,v)) or
       else if ((u<first_imaginary) and adjacent_ok(u,v)) or
-              ((u>=first_imaginary) and conservative(u,v)) then
+              conservative(u,v) then
         begin
         begin
           m.moveset:=ms_coalesced_moves;  {Move coalesced!}
           m.moveset:=ms_coalesced_moves;  {Move coalesced!}
           coalesced_moves.insert(m);
           coalesced_moves.insert(m);