mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 13:06:18 +02:00
* fix taicpu.is_same_reg_move
git-svn-id: trunk@44647 -
This commit is contained in:
parent
9327ab7a3d
commit
b7374401fd
@ -416,8 +416,7 @@ uses cutils, cclasses;
|
|||||||
R_FPUREGISTER:
|
R_FPUREGISTER:
|
||||||
result:=
|
result:=
|
||||||
(opcode=A_MOV_S) and
|
(opcode=A_MOV_S) and
|
||||||
(oper[0]^.reg=oper[1]^.reg) and
|
(oper[0]^.reg=oper[1]^.reg);
|
||||||
(oper[0]^.reg=oper[2]^.reg);
|
|
||||||
else
|
else
|
||||||
result:=false;
|
result:=false;
|
||||||
end;
|
end;
|
||||||
|
Loading…
Reference in New Issue
Block a user