* check for registers removed which is not needed anymore

git-svn-id: trunk@38265 -
This commit is contained in:
florian 2018-02-17 12:45:13 +00:00
parent f66a91499d
commit 99f1fe54af

View File

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