Commit eab79d78 by Aldy Hernandez Committed by Aldy Hernandez

jump.c: Remove prototypes for delete_computation and delete_prior_computation.

	* jump.c: Remove prototypes for delete_computation and
	delete_prior_computation.

From-SVN: r122011
parent 7f40378f
2007-02-15 Aldy Hernandez <aldyh@redhat.com>
* jump.c: Remove prototypes for delete_computation and
delete_prior_computation.
2007-02-15 Paolo Bonzini <bonzini@gnu.org>
* jump.c (get_label_after): Delete.
......
......@@ -68,11 +68,9 @@ Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
static void init_label_info (rtx);
static void mark_all_labels (rtx);
static void delete_computation (rtx);
static void redirect_exp_1 (rtx *, rtx, rtx, rtx);
static int invert_exp_1 (rtx, rtx);
static int returnjump_p_1 (rtx *, void *);
static void delete_prior_computation (rtx, rtx);
/* Alternate entry into the jump optimizer. This entry point only rebuilds
the JUMP_LABEL field in jumping insns and REG_LABEL notes in non-jumping
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment