mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-12-03 00:34:21 +08:00
re PR translation/79018 (translatable string typo in params.def:1105)
PR translation/79018 * params.def (PARAM_MAX_STORES_TO_MERGE): Add missing space between the and store. From-SVN: r244195
This commit is contained in:
parent
ebeba0306a
commit
0fc08a17f0
@ -1,3 +1,9 @@
|
||||
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
|
||||
|
@ -1102,7 +1102,7 @@ DEFPARAM (PARAM_STORE_MERGING_ALLOW_UNALIGNED,
|
||||
|
||||
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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user