From: vmakarov Date: Fri, 27 Feb 2015 23:37:46 +0000 (+0000) Subject: 2015-02-27 Vladimir Makarov X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c9929b6097db01e90392a1f13db65b8b8b034092;p=thirdparty%2Fgcc.git 2015-02-27 Vladimir Makarov * params.def (PARAM_LRA_INHERITANCE_EBB_PROBABILITY_CUTOFF): Fix a typo in the description. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@221071 138bc75d-0d04-0410-961f-82ee72b054a4 --- 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