diff options
author | Vladimir Makarov <vmakarov@redhat.com> | 2015-02-27 23:37:46 +0000 |
---|---|---|
committer | Vladimir Makarov <vmakarov@gcc.gnu.org> | 2015-02-27 23:37:46 +0000 |
commit | 9bc163e36e19a16bc82159367a6b2e1cc51b11c7 (patch) | |
tree | b4b93d186af45423f19393ee570c1d2450648a95 /gcc/params.def | |
parent | fb8a0e4094cffe6142efdd68a8fe28b911503b34 (diff) | |
download | gcc-9bc163e36e19a16bc82159367a6b2e1cc51b11c7.zip gcc-9bc163e36e19a16bc82159367a6b2e1cc51b11c7.tar.gz gcc-9bc163e36e19a16bc82159367a6b2e1cc51b11c7.tar.bz2 |
params.def (PARAM_LRA_INHERITANCE_EBB_PROBABILITY_CUTOFF): Fix a typo in the description.
2015-02-27 Vladimir Makarov <vmakarov@redhat.com>
* params.def (PARAM_LRA_INHERITANCE_EBB_PROBABILITY_CUTOFF): Fix
a typo in the description.
From-SVN: r221071
Diffstat (limited to 'gcc/params.def')
-rw-r--r-- | gcc/params.def | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/params.def b/gcc/params.def index 905c9e2..f890cb0 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 |