mirror of git://gcc.gnu.org/git/gcc.git
params.def (lto-min-partition): Fix typo.
2011-03-21 Richard Guenther <rguenther@suse.de> * params.def (lto-min-partition): Fix typo. From-SVN: r171246
This commit is contained in:
parent
411cdbd841
commit
ac43f77436
|
@ -1,3 +1,7 @@
|
||||||
|
2011-03-21 Richard Guenther <rguenther@suse.de>
|
||||||
|
|
||||||
|
* params.def (lto-min-partition): Fix typo.
|
||||||
|
|
||||||
2011-03-21 Richard Guenther <rguenther@suse.de>
|
2011-03-21 Richard Guenther <rguenther@suse.de>
|
||||||
|
|
||||||
PR c/47939
|
PR c/47939
|
||||||
|
|
|
@ -872,7 +872,7 @@ DEFPARAM (PARAM_LTO_PARTITIONS,
|
||||||
|
|
||||||
DEFPARAM (MIN_PARTITION_SIZE,
|
DEFPARAM (MIN_PARTITION_SIZE,
|
||||||
"lto-min-partition",
|
"lto-min-partition",
|
||||||
"Minimal size of a paritition for LTO (in estimated instructions)",
|
"Minimal size of a partition for LTO (in estimated instructions)",
|
||||||
1000, 0, 0)
|
1000, 0, 0)
|
||||||
|
|
||||||
/* Diagnostic parameters. */
|
/* Diagnostic parameters. */
|
||||||
|
|
Loading…
Reference in New Issue