mirror of git://gcc.gnu.org/git/gcc.git
Fix dump output typo
* ipa-inline.c (edge_badness): Use 'w/' instead of 'w'. From-SVN: r236700
This commit is contained in:
parent
e412ece4ce
commit
a86f2f6f94
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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 (),
|
||||
|
|
|
|||
Loading…
Reference in New Issue