summaryrefslogtreecommitdiff
path: root/gcc/predict.def
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/predict.def')
-rw-r--r--gcc/predict.def2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/predict.def b/gcc/predict.def
index 3ac129ea70b..4b3e87aa568 100644
--- a/gcc/predict.def
+++ b/gcc/predict.def
@@ -32,7 +32,7 @@ along with GCC; see the file COPYING3. If not see
HITRATE is the probability that edge predicted by predictor as taken
will be really taken (so it should be always above
REG_BR_PROB_BASE / 2). */
-
+
/* A value used as final outcome of all heuristics. */
DEF_PREDICTOR (PRED_COMBINED, "combined", PROB_ALWAYS, 0)