Commit e6217dcd by Mark Mitchell Committed by Mark Mitchell

* loop.c (loop_delete_insns): Add prototype.

From-SVN: r41499
parent e2584c52
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.
......
......@@ -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 *));
......
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