aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Wilson <wilson@gcc.gnu.org>1995-05-13 07:57:22 -0700
committerJim Wilson <wilson@gcc.gnu.org>1995-05-13 07:57:22 -0700
commit09dcbd74f9c6a4173c48bb46284bea45f5ef0146 (patch)
tree65a79fb7fae51d365fe93512f745405abf0e234b
parent5031afa79c48e8ce5a13bc3dab94fbc4b0064607 (diff)
downloadgcc-09dcbd74f9c6a4173c48bb46284bea45f5ef0146.zip
gcc-09dcbd74f9c6a4173c48bb46284bea45f5ef0146.tar.gz
gcc-09dcbd74f9c6a4173c48bb46284bea45f5ef0146.tar.bz2
(back_branch_in_range_p): Declare.
From-SVN: r9676
-rw-r--r--gcc/loop.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/loop.h b/gcc/loop.h
index 777c887..cdcc1b0 100644
--- a/gcc/loop.h
+++ b/gcc/loop.h
@@ -171,3 +171,4 @@ unsigned HOST_WIDE_INT loop_iterations PROTO((rtx, rtx));
rtx final_biv_value PROTO((struct iv_class *, rtx, rtx));
rtx final_giv_value PROTO((struct induction *, rtx, rtx));
void emit_unrolled_add PROTO((rtx, rtx, rtx));
+int back_branch_in_range_p PROTO((rtx, rtx, rtx));