diff options
Diffstat (limited to 'gcc/predict.def')
-rw-r--r-- | gcc/predict.def | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/predict.def b/gcc/predict.def index 9f000b95ca8..f910f3ba72f 100644 --- a/gcc/predict.def +++ b/gcc/predict.def @@ -44,6 +44,6 @@ DEF_PREDICTOR (PRED_LOOP_BRANCH, "loop branch", PROB_VERY_LIKELY) DEF_PREDICTOR (PRED_LOOP_EXIT, "loop exit", PROB_LIKELY) DEF_PREDICTOR (PRED_LOOP_HEADER, "loop header", PROB_LIKELY) DEF_PREDICTOR (PRED_POINTER, "pointer", PROB_LIKELY) +DEF_PREDICTOR (PRED_OPCODE, "opcode", PROB_LIKELY) DEF_PREDICTOR (PRED_CALL, "call", PROB_LIKELY) DEF_PREDICTOR (PRED_ERROR_RETURN, "error return", PROB_LIKELY) -DEF_PREDICTOR (PRED_OPCODE, "opcode", PROB_LIKELY) |