This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Fix profile updating in partial inlining


> On 06/29/2010 04:17 PM, Jan Hubicka wrote:
> >  #endif  /* GCC_PREDICT_H */
> > Index: tree-inline.c
> > ===================================================================
> > --- tree-inline.c	(revision 161494)
> > +++ tree-inline.c	(working copy)
> > @@ -2159,6 +2159,8 @@ copy_cfg_body (copy_body_data * id, gcov
> >    bool need_debug_cleanup = false;
> >    gcov_type count_scale;
> >    int last;
> > +  int incomming_frequency = 0;
> > +  gcov_type incomming_count = 0;
> >   
> incoming
Thanks, fixed.  Also some occurences of clonning.

Honza
> 
> Paolo.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]