diff options
author | ctice <ctice@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-03-31 14:59:59 +0000 |
---|---|---|
committer | ctice <ctice@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-03-31 14:59:59 +0000 |
commit | 1897b88152df894079137aba336a65361e09a9c8 (patch) | |
tree | ade60c4c4ed198b0036370e03ebd3a1f64ee4817 /gcc/insn-notes.def | |
parent | d6b5203d8dbe5fffec8c3aea15a308aa64faebd5 (diff) | |
download | gcc-1897b88152df894079137aba336a65361e09a9c8.tar.gz |
Fix problems with hot/cold partitioning optimization.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@97322 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/insn-notes.def')
-rw-r--r-- | gcc/insn-notes.def | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/gcc/insn-notes.def b/gcc/insn-notes.def index 3894dda3128..58f264da6d8 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 |