Jelajahi Sumber

* Reverted the accidentally committed debug code in 4a7a113a.

Yuriy Sydorov 3 tahun lalu
induk
melakukan
a83f5749de
1 mengubah file dengan 0 tambahan dan 1 penghapusan
  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);