cfghooks.c (tidy_fallthru_edges): Remove find_basic_blocks references from comments.
authorLaurynas Biveinis <laurynas.biveinis@gmail.com>
Wed, 22 Apr 2009 04:48:34 +0000 (04:48 +0000)
committerLaurynas Biveinis <lauras@gcc.gnu.org>
Wed, 22 Apr 2009 04:48:34 +0000 (04:48 +0000)
commit3cabd6d17c8ea1b9a2a7cd666339eb07e736ac6e
treefd5b391992d702a834e6c7d9b01f77bb4d0f61fb
parent270d1bcd872941a085c433b14499cb91fca6e66c
cfghooks.c (tidy_fallthru_edges): Remove find_basic_blocks references from comments.

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.

From-SVN: r146544
gcc/ChangeLog
gcc/basic-block.h
gcc/cfgbuild.c
gcc/cfghooks.c
gcc/config/sh/sh.c
gcc/except.c
gcc/except.h