mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-30 00:01:13 +02:00
* docompare -> isequal
git-svn-id: trunk@6831 -
This commit is contained in:
parent
cb16e8d3d0
commit
0f546da041
@ -212,7 +212,7 @@ unit optcse;
|
|||||||
j:=i+1;
|
j:=i+1;
|
||||||
{ collect equal nodes }
|
{ collect equal nodes }
|
||||||
while (j<=nodelist.length-1) and
|
while (j<=nodelist.length-1) and
|
||||||
nodelist[i].docompare(nodelist[j]) do
|
nodelist[i].isequal(nodelist[j]) do
|
||||||
inc(j);
|
inc(j);
|
||||||
dec(j);
|
dec(j);
|
||||||
if j>i then
|
if j>i then
|
||||||
|
Loading…
Reference in New Issue
Block a user