Commit c3c30588 by Brendan Kehoe

integrate.c (const_equiv): Delete decl, since it's never defined.

	* integrate.c (const_equiv): Delete decl, since it's never defined.
	(fold_out_const_cc0): Likewise.
	* loop.c (delete_insn_forces): Likewise.
	* final.c (alter_cond): Delete decl, since it's never defined.

From-SVN: r3209
parent c958ca9f
...@@ -103,7 +103,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ ...@@ -103,7 +103,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
rtx peephole (); rtx peephole ();
void output_asm_insn (); void output_asm_insn ();
rtx alter_subreg (); rtx alter_subreg ();
static int alter_cond ();
void output_asm_label (); void output_asm_label ();
static void output_operand (); static void output_operand ();
void output_address (); void output_address ();
......
...@@ -68,14 +68,10 @@ static void copy_decl_rtls (); ...@@ -68,14 +68,10 @@ static void copy_decl_rtls ();
static tree copy_decl_tree (); static tree copy_decl_tree ();
static tree copy_decl_list (); static tree copy_decl_list ();
/* Return the constant equivalent of a given rtx, or 0 if none. */
static rtx const_equiv ();
static void integrate_parm_decls (); static void integrate_parm_decls ();
static void integrate_decl_tree (); static void integrate_decl_tree ();
static void subst_constants (); static void subst_constants ();
static rtx fold_out_const_cc0 ();
/* Zero if the current function (whose FUNCTION_DECL is FNDECL) /* Zero if the current function (whose FUNCTION_DECL is FNDECL)
is safe and reasonable to integrate into other functions. is safe and reasonable to integrate into other functions.
......
...@@ -266,7 +266,6 @@ static void record_biv (); ...@@ -266,7 +266,6 @@ static void record_biv ();
static void check_final_value (); static void check_final_value ();
static void record_giv (); static void record_giv ();
static void update_giv_derive (); static void update_giv_derive ();
static void delete_insn_forces ();
static int basic_induction_var (); static int basic_induction_var ();
static rtx simplify_giv_expr (); static rtx simplify_giv_expr ();
static int general_induction_var (); static int general_induction_var ();
......
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