From 794d8e3faf33ddd243374fb75a118aef11177671 Mon Sep 17 00:00:00 2001 From: kazu Date: Mon, 7 Mar 2005 13:56:00 +0000 Subject: * 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 --- gcc/cfgrtl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/cfgrtl.c') 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; } -- cgit v1.2.1