summaryrefslogtreecommitdiff
path: root/gcc/loop.h
diff options
context:
space:
mode:
authorwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>1995-05-13 14:57:22 +0000
committerwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>1995-05-13 14:57:22 +0000
commitf0e821ec6f6e3506659e7f4d213894b2c2037e21 (patch)
tree65a79fb7fae51d365fe93512f745405abf0e234b /gcc/loop.h
parentad81343e8dfee88ac35129c73db1b47780f2d77e (diff)
downloadgcc-f0e821ec6f6e3506659e7f4d213894b2c2037e21.tar.gz
(back_branch_in_range_p): Declare.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@9676 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/loop.h')
-rw-r--r--gcc/loop.h1
1 files changed, 1 insertions, 0 deletions
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));