aboutsummaryrefslogtreecommitdiff
path: root/gcc/params.opt
diff options
context:
space:
mode:
authorMartin Jambor <mjambor@suse.cz>2022-12-14 15:06:30 +0100
committerMartin Jambor <mjambor@suse.cz>2022-12-14 15:08:10 +0100
commit049dccd080c6ad74a8d0923c57c8a488a9a18496 (patch)
treead16654d1e5d267593158ea6843b83ee44424526 /gcc/params.opt
parent8c2451ba4601739654e2ea4907d6fa2a00d660aa (diff)
downloadgcc-049dccd080c6ad74a8d0923c57c8a488a9a18496.zip
gcc-049dccd080c6ad74a8d0923c57c8a488a9a18496.tar.gz
gcc-049dccd080c6ad74a8d0923c57c8a488a9a18496.tar.bz2
ipa-sra: Fix parameter description.
Somehow I made the description of the parameter almost the opposite of what I wanted to say. Fixed by this patch. Tested by building gcc on x86_64-linux and make info and make pdf. gcc/ChangeLog: 2022-12-14 Martin Jambor <mjambor@suse.cz> * doc/invoke.texi (ipa-sra-ptrwrap-growth-factor): Fix the description. * params.opt (ipa-sra-ptrwrap-growth-factor): Likewise.
Diffstat (limited to 'gcc/params.opt')
-rw-r--r--gcc/params.opt2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/params.opt b/gcc/params.opt
index e0fd05f..e0380bf 100644
--- a/gcc/params.opt
+++ b/gcc/params.opt
@@ -296,7 +296,7 @@ Maximum allowed growth of total size of new parameters that ipa-sra replaces a p
-param=ipa-sra-ptrwrap-growth-factor=
Common Joined UInteger Var(param_ipa_sra_ptrwrap_growth_factor) Init(4) IntegerRange(1, 8) Param Optimization
-Additional maximum allowed growth of total size of new parameters that ipa-sra replaces a pointer to an aggregate with, if it points to a local variable that the caller never writes to.
+Additional maximum allowed growth of total size of new parameters that ipa-sra replaces a pointer to an aggregate with, if it points to a local variable that the caller only writes to and passes it as an argument to functions.
-param=ira-loop-reserved-regs=
Common Joined UInteger Var(param_ira_loop_reserved_regs) Init(2) Param Optimization