aboutsummaryrefslogtreecommitdiff
path: root/gcc/insn-notes.def
diff options
context:
space:
mode:
authorCaroline Tice <ctice@gcc.gnu.org>2005-03-31 06:59:59 -0800
committerCaroline Tice <ctice@gcc.gnu.org>2005-03-31 06:59:59 -0800
commit87c8b4bed31dbbf4708549e10814197cac4d8249 (patch)
treeade60c4c4ed198b0036370e03ebd3a1f64ee4817 /gcc/insn-notes.def
parent68ec3111c0ff30d2dc2f172897379cc891ae180d (diff)
downloadgcc-87c8b4bed31dbbf4708549e10814197cac4d8249.zip
gcc-87c8b4bed31dbbf4708549e10814197cac4d8249.tar.gz
gcc-87c8b4bed31dbbf4708549e10814197cac4d8249.tar.bz2
Fix problems with hot/cold partitioning optimization.
From-SVN: r97322
Diffstat (limited to 'gcc/insn-notes.def')
-rw-r--r--gcc/insn-notes.def7
1 files changed, 3 insertions, 4 deletions
diff --git a/gcc/insn-notes.def b/gcc/insn-notes.def
index 3894dda..58f264d 100644
--- a/gcc/insn-notes.def
+++ b/gcc/insn-notes.def
@@ -88,9 +88,8 @@ INSN_NOTE (EXPECTED_VALUE)
now included in every insn. */
INSN_NOTE (BASIC_BLOCK)
-/* Record that the current basic block is unlikely to be executed and
- should be moved to the UNLIKELY_EXECUTED_TEXT_SECTION. FIXME: Make
- this a bit on the basic block structure. */
-INSN_NOTE (UNLIKELY_EXECUTED_CODE)
+/* Mark the inflection point in the instruction stream where we switch
+ between hot and cold text sections. */
+INSN_NOTE (SWITCH_TEXT_SECTIONS)
#undef INSN_NOTE