From 09dcbd74f9c6a4173c48bb46284bea45f5ef0146 Mon Sep 17 00:00:00 2001 From: Jim Wilson Date: Sat, 13 May 1995 07:57:22 -0700 Subject: [PATCH] (back_branch_in_range_p): Declare. From-SVN: r9676 --- gcc/loop.h | 1 + 1 file changed, 1 insertion(+) diff --git a/gcc/loop.h b/gcc/loop.h index 777c8875958..cdcc1b05640 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)); -- 2.30.2