summaryrefslogtreecommitdiff
path: root/gcc/predict.h
diff options
context:
space:
mode:
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);