mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-12 19:29:21 +02:00
* proper fix for the issue detected in r33945
git-svn-id: trunk@33995 -
This commit is contained in:
parent
248490bbf1
commit
1cbae41cab
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user