Sfoglia il codice sorgente

+ DebugMsg

git-svn-id: trunk@36146 -
florian 8 anni fa
parent
commit
cd134ea5bb
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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