diff options
author | Jeffrey A Law <law@cygnus.com> | 2000-04-05 15:44:56 +0000 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 2000-04-05 09:44:56 -0600 |
commit | 5b99e44959e5a5ad9c7d1c3e8c9829fa0b0d1b8d (patch) | |
tree | ae1e26500d05e462719e64d74f2e88ac66246798 /gcc/flow.c | |
parent | cef8b8c89db9aab90320048ea73da4f26dd7d584 (diff) | |
download | gcc-5b99e44959e5a5ad9c7d1c3e8c9829fa0b0d1b8d.zip gcc-5b99e44959e5a5ad9c7d1c3e8c9829fa0b0d1b8d.tar.gz gcc-5b99e44959e5a5ad9c7d1c3e8c9829fa0b0d1b8d.tar.bz2 |
basic-block.h (verify_flow_info): Declare.
* basic-block.h (verify_flow_info): Declare.
(flow_loop_outside_edge_p): Declare.
* flow.c (verify_flow_info): Remove declaration.
(clear_log_links, flow_loop_outside_edge_p): Likewise.
From-SVN: r32932
Diffstat (limited to 'gcc/flow.c')
-rw-r--r-- | gcc/flow.c | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -353,13 +353,6 @@ static void flow_loop_tree_node_add PARAMS ((struct loop *, struct loop *)); static void flow_loops_tree_build PARAMS ((struct loops *)); static int flow_loop_level_compute PARAMS ((struct loop *, int)); static int flow_loops_level_compute PARAMS ((struct loops *)); - -/* This function is always defined so it can be called from the - debugger, and it is declared extern so we don't get warnings about - it being unused. */ -void verify_flow_info PARAMS ((void)); -int flow_loop_outside_edge_p PARAMS ((const struct loop *, edge)); -void clear_log_links PARAMS ((rtx)); /* Find basic blocks of the current function. F is the first insn of the function and NREGS the number of register |