mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-16 02:50:40 +01:00
* check for registers removed which is not needed anymore
git-svn-id: trunk@38265 -
This commit is contained in:
parent
f66a91499d
commit
99f1fe54af
@ -1309,7 +1309,6 @@ unit aoptx86;
|
||||
else if GetNextInstruction_p and
|
||||
MatchInstruction(hp1,A_MOV,[]) and
|
||||
(taicpu(p).oper[1]^.typ = top_reg) and
|
||||
(getsupreg(taicpu(p).oper[1]^.reg) in [RS_EAX, RS_EBX, RS_ECX, RS_EDX, RS_ESI, RS_EDI]) and
|
||||
MatchOperand(taicpu(p).oper[1]^,taicpu(hp1).oper[0]^) then
|
||||
begin
|
||||
CopyUsedRegs(TmpUsedRegs);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user