Просмотр исходного кода

+ write also node complexity when dumping a node tree

git-svn-id: trunk@33133 -
florian 9 лет назад
Родитель
Сommit
8fe986ba11
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      compiler/node.pas

+ 1 - 1
compiler/node.pas

@@ -882,7 +882,7 @@ implementation
                 first:=false;
               write(t, i);
             end;
-        write(t,']');
+        write(t,'], cmplx = ',node_complexity(self));
       end;