mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 07:46:00 +02:00
* fix OpsEqual
git-svn-id: trunk@20875 -
This commit is contained in:
parent
d24b70d22b
commit
39ab9eceba
@ -822,7 +822,9 @@ Unit AoptObj;
|
|||||||
Top_None :
|
Top_None :
|
||||||
OpsEqual := True
|
OpsEqual := True
|
||||||
else OpsEqual := False
|
else OpsEqual := False
|
||||||
End;
|
End
|
||||||
|
else
|
||||||
|
OpsEqual := False;
|
||||||
End;
|
End;
|
||||||
|
|
||||||
Function TAOptObj.FindRegAlloc(Reg: TRegister; StartPai: Tai): Boolean;
|
Function TAOptObj.FindRegAlloc(Reg: TRegister; StartPai: Tai): Boolean;
|
||||||
|
Loading…
Reference in New Issue
Block a user