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] Move some functions used only in reorg.c


On Thu, Feb 15, 2007 at 05:15:07PM +0100, Paolo Bonzini wrote:
> 	* jump.c (get_label_after): Delete.
> 	(get_label_before, delete_computation, delete_jump,
> 	delete_prior_computation, follow_jumps): Move...
> 	* reorg.c (delete_computation, delete_prior_computation): ... here...
> 	(get_label_before, delete_jump): ... making these static ...
> 	(follow_jumps): ... and simplifying this since it only runs after
> 	reload.
> 	* rtl.h (get_label_after, get_label_before, delete_jump,
> 	follow_jumps): Delete prototypes.

Ok.


r~


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