Richard Henderson - Re: [PATCH] Move some functions used only in reorg.c (original) (raw)
This is the mail archive of the gcc-patches@gcc.gnu.orgmailing 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] |
- From: Richard Henderson
- To: Paolo Bonzini
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Thu, 15 Feb 2007 08:34:10 -0800
- Subject: Re: [PATCH] Move some functions used only in reorg.c
- References: <er20ud$bv2$1@sea.gmane.org>
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~
- References:
- [PATCH] Move some functions used only in reorg.c
* From: Paolo Bonzini
- [PATCH] Move some functions used only in reorg.c
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |