diff options
author | Steven Bosscher <stevenb@suse.de> | 2004-07-21 18:57:09 +0000 |
---|---|---|
committer | Steven Bosscher <steven@gcc.gnu.org> | 2004-07-21 18:57:09 +0000 |
commit | 07a236b612fffa83c4d4f839351c13a560b48f9a (patch) | |
tree | d4da6fa4c9e5c2b532917701f2d280cf5b10c01a /gcc/rtl.h | |
parent | d917fa87989411da1a6e002993aec077469ff719 (diff) | |
download | gcc-07a236b612fffa83c4d4f839351c13a560b48f9a.zip gcc-07a236b612fffa83c4d4f839351c13a560b48f9a.tar.gz gcc-07a236b612fffa83c4d4f839351c13a560b48f9a.tar.bz2 |
rtl.h (insn_note): Remove NOTE_INSN_PREDICTION.
* rtl.h (insn_note): Remove NOTE_INSN_PREDICTION.
* rtl.c (note_insn_name): Likewise.
* print-rtl.c (print_rtx): Don't print it.
* cfgrtl.h (can_delete_note_p): Don't handle it.
(rtl_delete_block): Likewise.
* passes.c (rest_of_handle_guess_branch_prob): Remove.
(rest_of_compilation): Don't call it.
* predict.c (process_note_predictions, process_note_prediction,
note_prediction_to_br_prob): Remove.
* basic-block.c (note_prediction_to_br_prob): Remove prototype.
* stmt.c (return_prediction): Remove.
(expand_value_return): Don't call it. Don't add prediction
notes for return statements.
From-SVN: r85016
Diffstat (limited to 'gcc/rtl.h')
-rw-r--r-- | gcc/rtl.h | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -1029,9 +1029,6 @@ enum insn_note NOTE_EXPECTED_VALUE; stored as (eq (reg) (const_int)). */ NOTE_INSN_EXPECTED_VALUE, - /* Record a prediction. Uses NOTE_PREDICTION. */ - NOTE_INSN_PREDICTION, - /* Record that the current basic block is unlikely to be executed and should be moved to the UNLIKELY_EXECUTED_TEXT_SECTION. */ NOTE_INSN_UNLIKELY_EXECUTED_CODE, |