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] reload.c: Make some functions static.


On Mon, 2004-11-08 at 22:02 -0500, Kazu Hirata wrote:
> Hi,
> 
> Attached is a patch to make refers_to_mem_for_reload_p and
> refers_to_regno_for_reload_p static as they are used only from
> reload.c.
> 
> Bootstrapped on i686-pc-linux-gnu.  OK yo apply?
> 
> Kazu Hirata
> 
> 2004-11-09  Kazu Hirata  <kazu@cs.umass.edu>
> 
> 	* reload.c (refers_to_mem_for_reload_p,
> 	refers_to_regno_for_reload_p): Make them static.
> 	* reload.h: Remove the corresponding prototypes.
Approved.
jeff



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