mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-16 00:50:40 +01:00
- removed unneeded firstcomplex calls, pass_left_right calls already firstcomplex
git-svn-id: trunk@21941 -
This commit is contained in:
parent
2bc792fe97
commit
e10a95bf16
@ -88,7 +88,6 @@ interface
|
||||
unsigned:boolean;
|
||||
r:Tregister;
|
||||
begin
|
||||
firstcomplex(self);
|
||||
pass_left_right;
|
||||
|
||||
op1:=A_NONE;
|
||||
@ -283,8 +282,6 @@ interface
|
||||
end;
|
||||
|
||||
begin
|
||||
firstcomplex(self);
|
||||
|
||||
pass_left_right;
|
||||
|
||||
unsigned:=((left.resultdef.typ=orddef) and
|
||||
|
||||
Loading…
Reference in New Issue
Block a user