diff options
author | Caroline Tice <ctice@gcc.gnu.org> | 2005-03-31 06:59:59 -0800 |
---|---|---|
committer | Caroline Tice <ctice@gcc.gnu.org> | 2005-03-31 06:59:59 -0800 |
commit | 87c8b4bed31dbbf4708549e10814197cac4d8249 (patch) | |
tree | ade60c4c4ed198b0036370e03ebd3a1f64ee4817 /gcc/cfglayout.h | |
parent | 68ec3111c0ff30d2dc2f172897379cc891ae180d (diff) | |
download | gcc-87c8b4bed31dbbf4708549e10814197cac4d8249.tar.gz |
Fix problems with hot/cold partitioning optimization.
From-SVN: r97322
Diffstat (limited to 'gcc/cfglayout.h')
-rw-r--r-- | gcc/cfglayout.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/cfglayout.h b/gcc/cfglayout.h index 69c9d562e2c..14105099054 100644 --- a/gcc/cfglayout.h +++ b/gcc/cfglayout.h @@ -32,7 +32,6 @@ extern void reemit_insn_block_notes (void); extern bool can_copy_bbs_p (basic_block *, unsigned); extern void copy_bbs (basic_block *, unsigned, basic_block *, edge *, unsigned, edge *, struct loop *); -extern bool scan_ahead_for_unlikely_executed_note (rtx); extern rtx duplicate_insn_chain (rtx, rtx); #endif /* GCC_CFGLAYOUT_H */ |