(back_branch_in_range_p): Declare.
authorJim Wilson <wilson@gcc.gnu.org>
Sat, 13 May 1995 14:57:22 +0000 (07:57 -0700)
committerJim Wilson <wilson@gcc.gnu.org>
Sat, 13 May 1995 14:57:22 +0000 (07:57 -0700)
From-SVN: r9676

gcc/loop.h

index 777c8875958937bcb820a6a081ed6d829f1f1265..cdcc1b056406432fab6605cbaacb64c620de2458 100644 (file)
@@ -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));