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] Rename a function in cgraphunit.c


> This simple patch renames the function "cgraph_expand_functions" to 
> "cgraph_expand_all_functions" since upon first glance, I thought this 
> short function was recursively calling itself, when it actually is 
> looping through calls to "cgraph_expand_function" (with no 's' at the 
> end).  Modifying the name should hopefully eliminate that confusion for 
> others in the future.
> 
> OK?
> 
> Kelley Cook

> 2003-09-23  Kelley Cook  <kelleycook@wideopenwest.com>
> 
> 	* cgraphunit.c (cgraph_expand_all_functions): Renamed from 
> 	cgraph_expand_functions.

This is fine, thanks

Honza


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