Browse Source

+ write also node complexity when dumping a node tree

git-svn-id: trunk@33133 -
florian 9 years ago
parent
commit
8fe986ba11
1 changed files with 1 additions and 1 deletions
  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;