Commit ec09a694 by Aditya Kumar Committed by Jeff Law

* statistics.c (statistics_fini_pass): Print pass name.

From-SVN: r223761
parent f3ae4add
2015-05-22 Aditya Kumar <hiraditya@msn.com>
* statistics.c (statistics_fini_pass): Print pass name.
2015-05-27 Richard Biener <rguenther@suse.de>
PR tree-optimization/66272
......
......@@ -201,7 +201,7 @@ statistics_fini_pass (void)
&& dump_flags & TDF_STATS)
{
fprintf (dump_file, "\n");
fprintf (dump_file, "Pass statistics:\n");
fprintf (dump_file, "Pass statistics of \"%s\": ", current_pass->name);
fprintf (dump_file, "----------------\n");
curr_statistics_hash ()
->traverse_noresize <void *, statistics_fini_pass_1> (NULL);
......
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