* loop.c (loop_delete_insns): Add prototype.

From-SVN: r41499
This commit is contained in:
Mark Mitchell 2001-04-23 04:49:07 +00:00 committed by Mark Mitchell
parent e2584c5245
commit e6217dcd0b
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2001-04-22 Mark Mitchell <mark@codesourcery.com>
* loop.c (loop_delete_insns): Add prototype.
2001-04-23 Phil Edwards <pme@sources.redhat.com>
* configure.in: Remove ENABLE_STD_NAMESPACE.

View File

@ -258,6 +258,7 @@ static rtx loop_call_insn_hoist PARAMS((const struct loop *, rtx));
static rtx loop_insn_sink_or_swim PARAMS((const struct loop *, rtx));
static void loop_dump_aux PARAMS ((const struct loop *, FILE *, int));
static void loop_delete_insns PARAMS ((rtx, rtx));
void debug_ivs PARAMS ((const struct loop *));
void debug_iv_class PARAMS ((const struct iv_class *));
void debug_biv PARAMS ((const struct induction *));