Browse Source

* docompare -> isequal

git-svn-id: trunk@6831 -
Jonas Maebe 18 years ago
parent
commit
0f546da041
1 changed files with 1 additions and 1 deletions
  1. 1 1
      compiler/optcse.pas

+ 1 - 1
compiler/optcse.pas

@@ -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