Fix profile updating in partial inlining
Paolo Carlini
paolo.carlini@oracle.com
Tue Jun 29 15:20:00 GMT 2010
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
Paolo.
More information about the Gcc-patches
mailing list