projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6291062
)
* ipa-inline.c (edge_badness): Revert accidental checkin.
author
Jan Hubicka
<hubicka@ucw.cz>
Tue, 9 Jan 2018 08:37:12 +0000
(09:37 +0100)
committer
Jan Hubicka
<hubicka@gcc.gnu.org>
Tue, 9 Jan 2018 08:37:12 +0000
(08:37 +0000)
From-SVN: r256370
gcc/ChangeLog
patch
|
blob
|
history
gcc/ipa-inline.c
patch
|
blob
|
history
diff --git
a/gcc/ChangeLog
b/gcc/ChangeLog
index 54703e9531628dc74824fa9b1fed5fe7524cb16f..8045f55b0fc8bb0325fd16fb360d6e34ddc2d819 100644
(file)
--- a/
gcc/ChangeLog
+++ b/
gcc/ChangeLog
@@
-1,3
+1,7
@@
+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
diff --git
a/gcc/ipa-inline.c
b/gcc/ipa-inline.c
index 06d1dfca2d7697dd0ccdd87141489e0e6fc2e4e4..eca8fe2448a66e246f91c0a43edbb36af5a701b1 100644
(file)
--- a/
gcc/ipa-inline.c
+++ b/
gcc/ipa-inline.c
@@
-1122,7
+1122,7
@@
edge_badness (struct cgraph_edge *edge, bool dump)
overall_growth += 256 * 256 - 256;
denominator *= overall_growth;
}
- /*denominator *= inlined_time;*/
+ denominator *= inlined_time;
badness = - numerator / denominator;