diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-01-16 19:15:22 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-01-16 19:15:22 +0000 |
commit | 912e7b955f2ba27c011219c0b300c952fe0aebb0 (patch) | |
tree | df6c6466acb2e23dc0b9793012e566a464864839 /gcc/bb-reorder.c | |
parent | 0bb0fa6a44492ac27f919f3879419d79c6000b9e (diff) | |
download | gcc-912e7b955f2ba27c011219c0b300c952fe0aebb0.tar.gz |
* bb-reorder.c (partition_hot_cold_basic_blocks): Make it
static.
* basic-block.h: Remove the prototype for
partition_hot_cold_basic_blocks.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@109762 138bc75d-0d04-0410-961f-82ee72b054a4
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 f46b2cf871e..dc17aa6dd7f 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; |