diff options
author | Brendan Kehoe <brendan@gcc.gnu.org> | 1997-10-06 17:09:23 -0400 |
---|---|---|
committer | Brendan Kehoe <brendan@gcc.gnu.org> | 1997-10-06 17:09:23 -0400 |
commit | bfcbf73e1d792b4fbe768f5008c0bdc5ca2f13b9 (patch) | |
tree | 7cee8faf9575a10d5571fde7e07de449007f56f8 /gcc | |
parent | ba0cfe5bd13fcbe6343c3d17e00a0612fea850ec (diff) | |
download | gcc-bfcbf73e1d792b4fbe768f5008c0bdc5ca2f13b9.zip gcc-bfcbf73e1d792b4fbe768f5008c0bdc5ca2f13b9.tar.gz gcc-bfcbf73e1d792b4fbe768f5008c0bdc5ca2f13b9.tar.bz2 |
tree.c (print_lang_statistics): #if 0 call to print_inline_obstack_statistics until its definition is checked in.
* tree.c (print_lang_statistics): #if 0 call to
print_inline_obstack_statistics until its definition is checked in.
the definition of the fn's not checked in yet by jason
From-SVN: r15848
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/cp/tree.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/cp/tree.c b/gcc/cp/tree.c index afbdb05..63e2cdb 100644 --- a/gcc/cp/tree.c +++ b/gcc/cp/tree.c @@ -1660,7 +1660,9 @@ print_lang_statistics () print_obstack_statistics ("decl_obstack", &decl_obstack); print_obstack_statistics ("permanent_obstack", &permanent_obstack); print_obstack_statistics ("maybepermanent_obstack", &maybepermanent_obstack); +#if 0 print_inline_obstack_statistics (); +#endif print_search_statistics (); print_class_statistics (); #ifdef GATHER_STATISTICS |