diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-03-07 13:56:00 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-03-07 13:56:00 +0000 |
commit | 794d8e3faf33ddd243374fb75a118aef11177671 (patch) | |
tree | 40318d554a154beb13c6f80bd5976fb6400a0d62 /gcc/cfgrtl.c | |
parent | 3d5df0d14549d28ddd2443cd2ee706956dac92c2 (diff) | |
download | gcc-794d8e3faf33ddd243374fb75a118aef11177671.tar.gz |
* cfgbuild.c (find_sub_basic_blocks): Remove.
* basic-block.h: Remove the corresponding prototype.
* cfgexpand.c, cfgrtl.c: Don't mention find_sub_basic_blocks
in comments.
* doc/cfg.texi: Don't mention find_sub_basic_blocks.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@96016 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cfgrtl.c')
-rw-r--r-- | gcc/cfgrtl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cfgrtl.c b/gcc/cfgrtl.c index 1b4eb45417f..c0d17beed58 100644 --- a/gcc/cfgrtl.c +++ b/gcc/cfgrtl.c @@ -1684,7 +1684,7 @@ commit_one_edge_insertion (edge e, int watch_calls) else gcc_assert (!JUMP_P (last)); - /* Mark the basic block for find_sub_basic_blocks. */ + /* Mark the basic block for find_many_sub_basic_blocks. */ bb->aux = &bb->aux; } |