Преглед на файлове

* Reverted the accidentally committed debug code in 4a7a113a.

Yuriy Sydorov преди 4 години
родител
ревизия
a83f5749de
променени са 1 файла, в които са добавени 0 реда и са изтрити 1 реда
  1. 0 1
      compiler/x86/aoptx86.pas

+ 0 - 1
compiler/x86/aoptx86.pas

@@ -3229,7 +3229,6 @@ unit aoptx86;
                                   RegLoadedWithNewValue(CurrentReg, hp2) or
                                   not RegUsedAfterInstruction(CurrentReg, hp2, TmpUsedRegs) then
                                   begin
-                                    RegUsedAfterInstruction(CurrentReg, hp2, TmpUsedRegs);
                                     { We can remove the original MOV }
                                     DebugMsg(SPeepholeOptimization + 'Mov2Nop 3b done',p);
                                     RemoveCurrentp(p, hp1);