diff --git a/compiler/x86/aoptx86.pas b/compiler/x86/aoptx86.pas index a69f22000a..0d4198d9cd 100644 --- a/compiler/x86/aoptx86.pas +++ b/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