From 9bc163e36e19a16bc82159367a6b2e1cc51b11c7 Mon Sep 17 00:00:00 2001 From: Vladimir Makarov Date: Fri, 27 Feb 2015 23:37:46 +0000 Subject: [PATCH] params.def (PARAM_LRA_INHERITANCE_EBB_PROBABILITY_CUTOFF): Fix a typo in the description. 2015-02-27 Vladimir Makarov * params.def (PARAM_LRA_INHERITANCE_EBB_PROBABILITY_CUTOFF): Fix a typo in the description. From-SVN: r221071 --- gcc/ChangeLog | 5 +++++ gcc/params.def | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 766556bf190..eef65f3d6a0 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2015-02-27 Vladimir Makarov + + * params.def (PARAM_LRA_INHERITANCE_EBB_PROBABILITY_CUTOFF): Fix + a typo in the description. + 2015-02-27 Vladimir Makarov PR target/64317 diff --git a/gcc/params.def b/gcc/params.def index 905c9e26792..f890cb0e176 100644 --- a/gcc/params.def +++ b/gcc/params.def @@ -838,7 +838,7 @@ DEFPARAM (PARAM_LRA_MAX_CONSIDERED_RELOAD_PSEUDOS, DEFPARAM (PARAM_LRA_INHERITANCE_EBB_PROBABILITY_CUTOFF, "lra-inheritance-ebb-probability-cutoff", - "Minimal fall-through edge probability in percentage used to add BB to inheritance EEB in LRA", + "Minimal fall-through edge probability in percentage used to add BB to inheritance EBB in LRA", 40, 0, 100) /* Switch initialization conversion will refuse to create arrays that are