summaryrefslogtreecommitdiff
path: root/gcc/params.def
diff options
context:
space:
mode:
authoraldot <aldot@138bc75d-0d04-0410-961f-82ee72b054a4>2008-01-29 15:56:20 +0000
committeraldot <aldot@138bc75d-0d04-0410-961f-82ee72b054a4>2008-01-29 15:56:20 +0000
commit940237987f102c7455552e32fcae6c4cb1d3f4c8 (patch)
tree13b59fb053c6da35d23d06a2f0500a3e9674e593 /gcc/params.def
parented6049c8d4abb6da11e251490ff3ca6d3c1cada4 (diff)
downloadgcc-940237987f102c7455552e32fcae6c4cb1d3f4c8.tar.gz
2008-01-29 Bernhard Fischer <aldot@gcc.gnu.org>
PR c/35002 * ipa-struct-reorg.c: Fix spelling. * params.def: Ditto. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@131940 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/params.def')
-rw-r--r--gcc/params.def6
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/params.def b/gcc/params.def
index 0baff3d1d61..0428c3120af 100644
--- a/gcc/params.def
+++ b/gcc/params.def
@@ -83,14 +83,14 @@ DEFPARAM (PARAM_SRA_FIELD_STRUCTURE_RATIO,
"The threshold ratio between instantiated fields and the total structure size",
75, 0, 100)
-/* The threshold ratio between current and hotest structure counts.
+/* The threshold ratio between current and hottest structure counts.
We say that if the ratio of the current structure count,
- calculated by profiling, to the hotest structure count
+ calculated by profiling, to the hottest structure count
in the program is less than this parameter, then structure
reorganization is not applied. The default is 10%. */
DEFPARAM (PARAM_STRUCT_REORG_COLD_STRUCT_RATIO,
"struct-reorg-cold-struct-ratio",
- "The threshold ratio between current and hotest structure counts",
+ "The threshold ratio between current and hottest structure counts",
10, 0, 100)
/* The single function inlining limit. This is the maximum size