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: Cgraph thunk reorg


Hi,

On Fri, 6 May 2011, Jan Hubicka wrote:

>   
> *************** dump_cgraph_node (FILE *f, struct cgraph
> *** 1874,1880 ****
>     if (node->only_called_at_exit)
>       fprintf (f, " only_called_at_exit");
>   
> !   fprintf (f, "\n  called by: ");
>     for (edge = node->callers; edge; edge = edge->next_caller)
>       {
>         fprintf (f, "%s/%i ", cgraph_node_name (edge->caller),
> --- 1884,1907 ----
>     if (node->only_called_at_exit)
>       fprintf (f, " only_called_at_exit");
>   
> !   fprintf (f, "\n");
> ! 
> !   if (node->thunk.thunk_p)
> !     {
> !       if (node->thunk.thunk_p)
> ! 	{

Doubled conditional.


Ciao,
Michael.


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