Explorar o código

+ write also node complexity when dumping a node tree

git-svn-id: trunk@33133 -
florian %!s(int64=9) %!d(string=hai) anos
pai
achega
8fe986ba11
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;