diff options
author | Neil Booth <neil@daikokuya.demon.co.uk> | 2001-10-30 19:32:16 +0000 |
---|---|---|
committer | Neil Booth <neil@gcc.gnu.org> | 2001-10-30 19:32:16 +0000 |
commit | e717524703db25d37ebf3ae6da9d756e153f418d (patch) | |
tree | 9d78e486742912cbefb837d03c28bba34956300b /gcc/toplev.c | |
parent | 6446106eb7562f91cbe48a8b746e861a73943bb0 (diff) | |
download | gcc-e717524703db25d37ebf3ae6da9d756e153f418d.tar.gz |
tree.c (id_string_size): Remove.
* tree.c (id_string_size): Remove.
(dump_tree_statistics): Update.
* toplev.c (compile_file): If dumping stats, dump tree stats too.
From-SVN: r46648
Diffstat (limited to 'gcc/toplev.c')
-rw-r--r-- | gcc/toplev.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/toplev.c b/gcc/toplev.c index e8184aae019..11d19e04baa 100644 --- a/gcc/toplev.c +++ b/gcc/toplev.c @@ -2482,6 +2482,7 @@ compile_file (name) { ggc_print_statistics (); stringpool_statistics (); + dump_tree_statistics (); } /* Free up memory for the benefit of leak detectors. */ |