* proper fix for the issue detected in r33945

git-svn-id: trunk@33995 -
This commit is contained in:
florian 2016-06-15 20:43:52 +00:00
parent 248490bbf1
commit 1cbae41cab

View File

@ -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