Hi,
as noticed by Richi, I have accidentally comitted a hack I was experimenting 
with.
Bootstrapped/regtested x86_64-linux, comitted.

Honza

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

Index: ipa-inline.c
===================================================================
--- ipa-inline.c        (revision 256329)
+++ ipa-inline.c        (working copy)
@@ -1122,7 +1122,7 @@ edge_badness (struct cgraph_edge *edge,
            overall_growth += 256 * 256 - 256;
          denominator *= overall_growth;
         }
-      /*denominator *= inlined_time;*/
+      denominator *= inlined_time;
 
       badness = - numerator / denominator;
 

Reply via email to