Use faster check for type of tai object

This commit is contained in:
Pierre Muller 2023-11-06 19:55:07 +00:00
parent d53af12a6d
commit 81157e9846

View File

@ -4535,7 +4535,7 @@ unit aoptx86;
end
else if (taicpu(hp2).oper[0]^.typ = top_ref) and
GetNextInstruction(hp2, hp4) and
(hp4 is taicpu) and (taicpu(hp4).opcode = A_MOV) then
(hp4.typ = ait_instruction) and (taicpu(hp4).opcode = A_MOV) then
{ Optimise the following first:
movl [mem1],reg1
movl [mem1],reg2