aboutsummaryrefslogtreecommitdiff
path: root/gcc/loop.c
diff options
context:
space:
mode:
authorBrendan Kehoe <brendan@gcc.gnu.org>1993-01-12 18:29:55 -0500
committerBrendan Kehoe <brendan@gcc.gnu.org>1993-01-12 18:29:55 -0500
commitc3c305882b29884f904b316cb870a920215cd994 (patch)
tree1279ac48ec9715bccd203d2a1245b7a2386ef20e /gcc/loop.c
parentc958ca9fb64313ba27f83c12ed348d70b172baec (diff)
downloadgcc-c3c305882b29884f904b316cb870a920215cd994.zip
gcc-c3c305882b29884f904b316cb870a920215cd994.tar.gz
gcc-c3c305882b29884f904b316cb870a920215cd994.tar.bz2
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
Diffstat (limited to 'gcc/loop.c')
-rw-r--r--gcc/loop.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/loop.c b/gcc/loop.c
index 6e093e2..6e5f247 100644
--- a/gcc/loop.c
+++ b/gcc/loop.c
@@ -266,7 +266,6 @@ static void record_biv ();
static void check_final_value ();
static void record_giv ();
static void update_giv_derive ();
-static void delete_insn_forces ();
static int basic_induction_var ();
static rtx simplify_giv_expr ();
static int general_induction_var ();