소스 검색

* proper fix for the issue detected in r33945

git-svn-id: trunk@33995 -
florian 9 년 전
부모
커밋
1cbae41cab
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      compiler/x86/aoptx86.pas

+ 0 - 1
compiler/x86/aoptx86.pas

@@ -911,7 +911,6 @@ unit aoptx86;
           GetNextIntruction_p and
           (hp1.typ = ait_instruction) and
           GetNextInstruction(hp1, hp2) and
-          (hp2.typ = ait_instruction) and
           MatchInstruction(taicpu(hp2),A_MOV,[]) and
           OpsEqual(taicpu(hp2).oper[1]^, taicpu(p).oper[0]^) and
           (IsFoldableArithOp(taicpu(hp1), taicpu(p).oper[1]^.reg) or