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
2 changed files with 5 additions and 1 deletions
|
@ -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>
|
||||
|
||||
PR c/47939
|
||||
|
|
|
@ -872,7 +872,7 @@ DEFPARAM (PARAM_LTO_PARTITIONS,
|
|||
|
||||
DEFPARAM (MIN_PARTITION_SIZE,
|
||||
"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)
|
||||
|
||||
/* Diagnostic parameters. */
|
||||
|
|
Loading…
Add table
Reference in a new issue