mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-26 23:10:25 +02:00
* comment fixed
This commit is contained in:
parent
e0aed719ed
commit
310069221a
@ -262,13 +262,13 @@ implementation
|
|||||||
begin
|
begin
|
||||||
result:=false;
|
result:=false;
|
||||||
{ replace
|
{ replace
|
||||||
<FOp> %reg3,%reg2,%reg1
|
<Fcmp> %ireg3,%freg2,%freg1
|
||||||
<mvop> %reg4,%reg3,%reg3
|
<andi> %ireg4,%ireg3,const
|
||||||
dealloc %reg3
|
dealloc %reg3
|
||||||
|
|
||||||
by
|
by
|
||||||
|
|
||||||
<FOp> %reg4,%reg2,%reg1
|
<Fcmp> %ireg4,%freg2,%freg1
|
||||||
?
|
?
|
||||||
}
|
}
|
||||||
if GetNextInstruction(p,hp1) and
|
if GetNextInstruction(p,hp1) and
|
||||||
|
Loading…
Reference in New Issue
Block a user