Browse Source

+ write also node complexity when dumping a node tree

git-svn-id: trunk@33133 -
florian 9 năm trước cách đây
mục cha
commit
8fe986ba11
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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;