Commit a86f2f6f by Martin Liska Committed by Martin Liska

Fix dump output typo

	* ipa-inline.c (edge_badness): Use 'w/' instead of 'w'.

From-SVN: r236700
parent e412ece4
2016-05-25 Martin Liska <mliska@suse.cz>
* ipa-inline.c (edge_badness): Use 'w/' instead of 'w'.
2016-05-25 Richard Biener <rguenther@suse.de>
PR tree-optimization/71264
......
......@@ -1163,7 +1163,7 @@ edge_badness (struct cgraph_edge *edge, bool dump)
fprintf (dump_file,
" %f: guessed profile. frequency %f, count %" PRId64
" caller count %" PRId64
" time w/o inlining %f, time w inlining %f"
" time w/o inlining %f, time w/ inlining %f"
" overall growth %i (current) %i (original)"
" %i (compensated)\n",
badness.to_double (),
......
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