瀏覽代碼

* coalesce more aggressive

git-svn-id: trunk@25177 -
florian 12 年之前
父節點
當前提交
c2f7ccb253
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      compiler/rgobj.pas

+ 1 - 1
compiler/rgobj.pas

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