diff options
author | Michael Hayes <mhayes@redhat.com> | 2001-01-11 09:13:02 +0000 |
---|---|---|
committer | Michael Hayes <m.hayes@gcc.gnu.org> | 2001-01-11 09:13:02 +0000 |
commit | 0ab409ed42980a740a408a48ec54d715358933d9 (patch) | |
tree | 26948d17a5ada6ec1335c582ada8ab1d0353f991 /gcc/basic-block.h | |
parent | 9e96a929d06f9986bd1b273950a80a07c5203068 (diff) | |
download | gcc-0ab409ed42980a740a408a48ec54d715358933d9.zip gcc-0ab409ed42980a740a408a48ec54d715358933d9.tar.gz gcc-0ab409ed42980a740a408a48ec54d715358933d9.tar.bz2 |
flow.c (flow_call_edges_add): New.
* flow.c (flow_call_edges_add): New.
* basic_block.h (flow_call_edges_add): New.
From-SVN: r38899
Diffstat (limited to 'gcc/basic-block.h')
-rw-r--r-- | gcc/basic-block.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/basic-block.h b/gcc/basic-block.h index c48a547..b017546 100644 --- a/gcc/basic-block.h +++ b/gcc/basic-block.h @@ -249,6 +249,7 @@ extern void commit_edge_insertions PARAMS ((void)); extern void remove_fake_edges PARAMS ((void)); extern void add_noreturn_fake_exit_edges PARAMS ((void)); extern void connect_infinite_loops_to_exit PARAMS ((void)); +extern int flow_call_edges_add PARAMS ((sbitmap)); extern rtx flow_delete_insn PARAMS ((rtx)); extern void flow_delete_insn_chain PARAMS ((rtx, rtx)); extern void make_edge PARAMS ((sbitmap *, basic_block, |