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
This commit is contained in:
parent
4c360e1f8b
commit
081c6ba6fc
@ -1,3 +1,10 @@
|
|||||||
|
2006-01-16 Kazu Hirata <kazu@codesourcery.com>
|
||||||
|
|
||||||
|
* bb-reorder.c (partition_hot_cold_basic_blocks): Make it
|
||||||
|
static.
|
||||||
|
* basic-block.h: Remove the prototype for
|
||||||
|
partition_hot_cold_basic_blocks.
|
||||||
|
|
||||||
2006-01-16 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
|
2006-01-16 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
|
||||||
|
|
||||||
* cppspec.c (lang_specific_spec_functions): remove
|
* cppspec.c (lang_specific_spec_functions): remove
|
||||||
|
@ -954,7 +954,6 @@ extern bool control_flow_insn_p (rtx);
|
|||||||
|
|
||||||
/* In bb-reorder.c */
|
/* In bb-reorder.c */
|
||||||
extern void reorder_basic_blocks (unsigned int);
|
extern void reorder_basic_blocks (unsigned int);
|
||||||
extern void partition_hot_cold_basic_blocks (void);
|
|
||||||
|
|
||||||
/* In dominance.c */
|
/* In dominance.c */
|
||||||
|
|
||||||
|
@ -2161,7 +2161,7 @@ struct tree_opt_pass pass_duplicate_computed_gotos =
|
|||||||
(through registers) requires that this optimization be performed
|
(through registers) requires that this optimization be performed
|
||||||
before register allocation. */
|
before register allocation. */
|
||||||
|
|
||||||
void
|
static void
|
||||||
partition_hot_cold_basic_blocks (void)
|
partition_hot_cold_basic_blocks (void)
|
||||||
{
|
{
|
||||||
basic_block cur_bb;
|
basic_block cur_bb;
|
||||||
|
Loading…
Reference in New Issue
Block a user