diff options
author | lauras <lauras@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-04-22 04:48:34 +0000 |
---|---|---|
committer | lauras <lauras@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-04-22 04:48:34 +0000 |
commit | 2ea77971ee058ff5608c1f4dd45f410a87a5152c (patch) | |
tree | fd5b391992d702a834e6c7d9b01f77bb4d0f61fb /gcc/basic-block.h | |
parent | 46b5e7dce99bf275c52c5165f1b6ed091df79680 (diff) | |
download | gcc-2ea77971ee058ff5608c1f4dd45f410a87a5152c.tar.gz |
2009-04-22 Laurynas Biveinis <laurynas.biveinis@gmail.com>
* cfghooks.c (tidy_fallthru_edges): Remove find_basic_blocks
references from comments.
* cfgbuild.c: (count_basic_blocks): Delete.
(find_basic_blocks_1): Delete.
(find_basic_blocks): Delete.
* except.c (finish_eh_generation): Make static. Move comment
from
except.h here. Remove find_basic_blocks references from
comments.
* except.h (finish_eh_generation): Delete.
* basic-block.h (find_basic_blocks): Delete.
* config/sh/sh.c (sh_output_mi_thunk): Delete a "#if 0" block.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@146544 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/basic-block.h')
-rw-r--r-- | gcc/basic-block.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/basic-block.h b/gcc/basic-block.h index dfde67391d4..198fbefc0eb 100644 --- a/gcc/basic-block.h +++ b/gcc/basic-block.h @@ -896,7 +896,6 @@ extern bool purge_dead_edges (basic_block); /* In cfgbuild.c. */ extern void find_many_sub_basic_blocks (sbitmap); extern void rtl_make_eh_edge (sbitmap, basic_block, rtx); -extern void find_basic_blocks (rtx); /* In cfgcleanup.c. */ extern bool cleanup_cfg (int); |