Fix dump output typo

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

From-SVN: r236700
This commit is contained in:
Martin Liska 2016-05-25 13:17:23 +02:00 committed by Martin Liska
parent e412ece4ce
commit a86f2f6f94
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
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

View File

@ -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 (),