Przeglądaj źródła

+ DebugMsg

git-svn-id: trunk@36146 -
florian 8 lat temu
rodzic
commit
cd134ea5bb
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      compiler/i386/aoptcpu.pas

+ 1 - 0
compiler/i386/aoptcpu.pas

@@ -1667,6 +1667,7 @@ begin
                          RefsEqual(taicpu(hp1).oper[0]^.ref^, taicpu(p).oper[0]^.ref^) then
                         begin
                           taicpu(p).loadReg(0,taicpu(hp1).oper[1]^.reg);
+                          DebugMsg('Peephole optimizer SetccMovbLeaveRet2SetccLeaveRet',p);
                           asml.remove(hp1);
                           hp1.free;
                         end