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: [PATCH, rs6000 committed] Fix PowerPC bootstrap


On Tue, Apr 12, 2011 at 04:00:45PM -0500, Pat Haugen wrote:
> --- gcc/config/rs6000/rs6000.c  (revision 172327)
> +++ gcc/config/rs6000/rs6000.c  (working copy)
> @@ -7976,7 +7976,7 @@ call_ABI_of_interest (tree fndecl)
>         return true;
> 
>        /* Interesting functions that we are emitting in this object file.  */
> -      c_node = cgraph_node (fndecl);
> +      c_node = cgraph_get_create_node (fndecl);
>        return !cgraph_only_called_directly_p (c_node);
>      }
>    return false;

I think we should use cgraph_get_node here.

-- 
Alan Modra
Australia Development Lab, IBM


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