Commit ac43f774 by Richard Guenther Committed by Richard Biener

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
parent 411cdbd8
2011-03-21 Richard Guenther <rguenther@suse.de> 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 PR c/47939
* c-decl.c (grokdeclarator): Drop to the main variant only * c-decl.c (grokdeclarator): Drop to the main variant only
for array types. Drop flag_gen_aux_info check. for array types. Drop flag_gen_aux_info check.
......
...@@ -872,7 +872,7 @@ DEFPARAM (PARAM_LTO_PARTITIONS, ...@@ -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. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment