Commit b1a0199b by Jan Hubicka Committed by Jan Hubicka

* ipa-inline.c (edge_badness): Revert accidental checkin.

From-SVN: r256370
parent 6291062f
2018-01-09 Jan Hubicka <hubicka@ucw.cz> 2018-01-09 Jan Hubicka <hubicka@ucw.cz>
* ipa-inline.c (edge_badness): Revert accidental checkin.
2018-01-09 Jan Hubicka <hubicka@ucw.cz>
PR ipa/80763 PR ipa/80763
* ipa-comdats.c (set_comdat_group): Only set comdat group of real * ipa-comdats.c (set_comdat_group): Only set comdat group of real
symbols; not inline clones. symbols; not inline clones.
......
...@@ -1122,7 +1122,7 @@ edge_badness (struct cgraph_edge *edge, bool dump) ...@@ -1122,7 +1122,7 @@ edge_badness (struct cgraph_edge *edge, bool dump)
overall_growth += 256 * 256 - 256; overall_growth += 256 * 256 - 256;
denominator *= overall_growth; denominator *= overall_growth;
} }
/*denominator *= inlined_time;*/ denominator *= inlined_time;
badness = - numerator / denominator; badness = - numerator / denominator;
......
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