aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrendan Kehoe <brendan@gcc.gnu.org>1997-10-06 17:09:23 -0400
committerBrendan Kehoe <brendan@gcc.gnu.org>1997-10-06 17:09:23 -0400
commitbfcbf73e1d792b4fbe768f5008c0bdc5ca2f13b9 (patch)
tree7cee8faf9575a10d5571fde7e07de449007f56f8
parentba0cfe5bd13fcbe6343c3d17e00a0612fea850ec (diff)
downloadgcc-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
-rw-r--r--gcc/cp/tree.c2
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