aboutsummaryrefslogtreecommitdiff
path: root/gcc/basic-block.h
diff options
context:
space:
mode:
authorKazu Hirata <kazu@codesourcery.com>2006-01-16 19:15:22 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2006-01-16 19:15:22 +0000
commit081c6ba6fc44bb3b2cf31da2519eedbda142a207 (patch)
treedf6c6466acb2e23dc0b9793012e566a464864839 /gcc/basic-block.h
parent4c360e1f8b923ecceb6a21d6f84bc0468fbddcc6 (diff)
downloadgcc-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/basic-block.h')
-rw-r--r--gcc/basic-block.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/basic-block.h b/gcc/basic-block.h
index d9fd10c..aa136d3 100644
--- a/gcc/basic-block.h
+++ b/gcc/basic-block.h
@@ -954,7 +954,6 @@ extern bool control_flow_insn_p (rtx);
/* In bb-reorder.c */
extern void reorder_basic_blocks (unsigned int);
-extern void partition_hot_cold_basic_blocks (void);
/* In dominance.c */