Hi!

Committed as obvious to trunk.

2017-01-07  Jakub Jelinek  <ja...@redhat.com>

        PR translation/79018
        * params.def (PARAM_MAX_STORES_TO_MERGE): Add missing space between
        the and store.

--- gcc/params.def.jj   2017-01-01 12:45:36.000000000 +0100
+++ gcc/params.def      2017-01-07 09:35:05.371159337 +0100
@@ -1102,7 +1102,7 @@ DEFPARAM (PARAM_STORE_MERGING_ALLOW_UNAL
 
 DEFPARAM (PARAM_MAX_STORES_TO_MERGE,
          "max-stores-to-merge",
-         "Maximum number of constant stores to merge in the"
+         "Maximum number of constant stores to merge in the "
          "store merging pass",
          64, 2, 0)
 

        Jakub

Reply via email to