aboutsummaryrefslogtreecommitdiff
path: root/gcc/cfgrtl.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2005-03-07 13:56:00 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2005-03-07 13:56:00 +0000
commit12eff7b7bf15d868ca68ece6613d5c17ebc0c69d (patch)
tree40318d554a154beb13c6f80bd5976fb6400a0d62 /gcc/cfgrtl.c
parent6db31844ad5b459e9f5ad0e306676bba01ea589b (diff)
downloadgcc-12eff7b7bf15d868ca68ece6613d5c17ebc0c69d.zip
gcc-12eff7b7bf15d868ca68ece6613d5c17ebc0c69d.tar.gz
gcc-12eff7b7bf15d868ca68ece6613d5c17ebc0c69d.tar.bz2
cfgbuild.c (find_sub_basic_blocks): Remove.
* 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. From-SVN: r96016
Diffstat (limited to 'gcc/cfgrtl.c')
-rw-r--r--gcc/cfgrtl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cfgrtl.c b/gcc/cfgrtl.c
index 1b4eb45..c0d17be 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;
}