소스 검색

* 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);