From d31d24ed166c5fa4d6f48239d392f6ea5f7c77d0 Mon Sep 17 00:00:00 2001 From: florian Date: Thu, 16 Jun 2016 19:26:43 +0000 Subject: [PATCH] * r33995 was not complete git-svn-id: trunk@33997 - --- compiler/x86/aoptx86.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/x86/aoptx86.pas b/compiler/x86/aoptx86.pas index 0d4198d9cd..c499f6c4dd 100644 --- a/compiler/x86/aoptx86.pas +++ b/compiler/x86/aoptx86.pas @@ -911,7 +911,7 @@ unit aoptx86; GetNextIntruction_p and (hp1.typ = ait_instruction) and GetNextInstruction(hp1, hp2) and - MatchInstruction(taicpu(hp2),A_MOV,[]) and + MatchInstruction(hp2,A_MOV,[]) and OpsEqual(taicpu(hp2).oper[1]^, taicpu(p).oper[0]^) and (IsFoldableArithOp(taicpu(hp1), taicpu(p).oper[1]^.reg) or ((taicpu(p).opsize=S_L) and (taicpu(hp1).opsize=S_Q) and