summaryrefslogtreecommitdiff
path: root/gcc/predict.h
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2005-04-17 06:34:02 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2005-04-17 06:34:02 +0000
commit00c00def6f137c92330da75e722d07eaa8a9ef66 (patch)
treedbbf310dab642a5ecf178effb6242236e850b94d /gcc/predict.h
parentbae4797704c3d5ea49d10cfe65b19143edd525d5 (diff)
downloadgcc-00c00def6f137c92330da75e722d07eaa8a9ef66.tar.gz
predict.h (IS_TAKEN): Remove.
* predict.h (IS_TAKEN): Remove. * rtl.h (NOTE_PREDICTION): Likewise. From-SVN: r98258
Diffstat (limited to 'gcc/predict.h')
-rw-r--r--gcc/predict.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/predict.h b/gcc/predict.h
index 17c2c948a88..192a3d09f1a 100644
--- a/gcc/predict.h
+++ b/gcc/predict.h
@@ -36,9 +36,6 @@ enum prediction
TAKEN
};
-/* Flags for NOTE_PREDICTION */
-#define IS_TAKEN 1 /* Predict edges to the block as taken. */
-
extern void predict_insn_def (rtx, enum br_predictor, enum prediction);
extern int counts_to_freqs (void);