diff options
Diffstat (limited to 'gcc/loop.h')
-rw-r--r-- | gcc/loop.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/loop.h b/gcc/loop.h index 8fbde2146ac..f7769f8ea4a 100644 --- a/gcc/loop.h +++ b/gcc/loop.h @@ -248,6 +248,3 @@ int back_branch_in_range_p PARAMS ((const struct loop *, rtx)); int loop_insn_first_p PARAMS ((rtx, rtx)); -/* Forward declarations for non-static functions declared in stmt.c. */ -void find_loop_tree_blocks PARAMS ((void)); -void unroll_block_trees PARAMS ((void)); |