From: Vladimir Makarov Date: Fri, 27 Feb 2015 23:37:46 +0000 (+0000) Subject: params.def (PARAM_LRA_INHERITANCE_EBB_PROBABILITY_CUTOFF): Fix a typo in the description. X-Git-Tag: releases/gcc-5.1.0~704 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9bc163e36e19a16bc82159367a6b2e1cc51b11c7;p=thirdparty%2Fgcc.git 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 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 766556bf1908..eef65f3d6a03 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 905c9e267925..f890cb0e176e 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