diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2006-01-16 19:15:22 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2006-01-16 19:15:22 +0000 |
commit | 081c6ba6fc44bb3b2cf31da2519eedbda142a207 (patch) | |
tree | df6c6466acb2e23dc0b9793012e566a464864839 /gcc/bb-reorder.c | |
parent | 4c360e1f8b923ecceb6a21d6f84bc0468fbddcc6 (diff) | |
download | gcc-081c6ba6fc44bb3b2cf31da2519eedbda142a207.zip gcc-081c6ba6fc44bb3b2cf31da2519eedbda142a207.tar.gz gcc-081c6ba6fc44bb3b2cf31da2519eedbda142a207.tar.bz2 |
bb-reorder.c (partition_hot_cold_basic_blocks): Make it static.
* bb-reorder.c (partition_hot_cold_basic_blocks): Make it
static.
* basic-block.h: Remove the prototype for
partition_hot_cold_basic_blocks.
From-SVN: r109762
Diffstat (limited to 'gcc/bb-reorder.c')
-rw-r--r-- | gcc/bb-reorder.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/bb-reorder.c b/gcc/bb-reorder.c index f46b2cf..dc17aa6 100644 --- a/gcc/bb-reorder.c +++ b/gcc/bb-reorder.c @@ -2161,7 +2161,7 @@ struct tree_opt_pass pass_duplicate_computed_gotos = (through registers) requires that this optimization be performed before register allocation. */ -void +static void partition_hot_cold_basic_blocks (void) { basic_block cur_bb; |