diff options
author | Mark Mitchell <mark@codesourcery.com> | 2001-04-23 04:49:07 +0000 |
---|---|---|
committer | Mark Mitchell <mmitchel@gcc.gnu.org> | 2001-04-23 04:49:07 +0000 |
commit | e6217dcd0b2dbad79d5dba328e19582a7fd18456 (patch) | |
tree | 0a2dd6dc8d17a251b05aa1d8f9fdcbc54495e7ff /gcc/loop.c | |
parent | e2584c5245627b14f74eb2da1fb9ddbfcad6869e (diff) | |
download | gcc-e6217dcd0b2dbad79d5dba328e19582a7fd18456.zip gcc-e6217dcd0b2dbad79d5dba328e19582a7fd18456.tar.gz gcc-e6217dcd0b2dbad79d5dba328e19582a7fd18456.tar.bz2 |
* loop.c (loop_delete_insns): Add prototype.
From-SVN: r41499
Diffstat (limited to 'gcc/loop.c')
-rw-r--r-- | gcc/loop.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 *)); |