diff options
Diffstat (limited to 'contrib/gcc/predict.h')
-rw-r--r-- | contrib/gcc/predict.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/contrib/gcc/predict.h b/contrib/gcc/predict.h index 6af5f8d..a936b56 100644 --- a/contrib/gcc/predict.h +++ b/contrib/gcc/predict.h @@ -34,6 +34,9 @@ enum prediction TAKEN }; +/* Flags for NOTE_PREDICTION */ +#define IS_TAKEN 1 /* Predict edges to the block as taken. */ + extern void predict_insn_def PARAMS ((rtx, enum br_predictor, enum prediction)); extern void predict_insn PARAMS ((rtx, enum br_predictor, int)); |