PR translation/79018
* params.def (PARAM_MAX_STORES_TO_MERGE): Add missing space between
the and store.
From-SVN: r244195
+2017-01-07 Jakub Jelinek <jakub@redhat.com>
+
+ PR translation/79018
+ * params.def (PARAM_MAX_STORES_TO_MERGE): Add missing space between
+ the and store.
+
2017-01-06 Mikael Pettersson <mikpelinux@gmail.com>
PR target/57583
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)