OSDN Git Service

2005-06-01 Paul Thomas <pault@gcc.gnu.org>
[pf3gnuchains/gcc-fork.git] / gcc / insn-notes.def
index 9571205..f3bbd37 100644 (file)
@@ -1,5 +1,5 @@
 /* Insn note definitions.
-   Copyright (C) 2004 Free Software Foundation, Inc.
+   Copyright (C) 2004, 2005 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
@@ -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