Commit bfcbf73e by Brendan Kehoe

tree.c (print_lang_statistics): #if 0 call to print_inline_obstack_statistics…

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
parent ba0cfe5b
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment