aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc
diff options
context:
space:
mode:
authorJim Wilson <wilson@gcc.gnu.org>2006-06-26 16:36:45 -0700
committerJim Wilson <wilson@gcc.gnu.org>2006-06-26 16:36:45 -0700
commit60ee1fe3e3ac2ff3d0cf17b87864d4ea8a2327d5 (patch)
tree97468975ca5c5fcad97c84fa97f81c1a1e9f1157 /gcc/doc
parentadf2ac06f40a8d239c016d7ecc85ad74c5254a95 (diff)
downloadgcc-60ee1fe3e3ac2ff3d0cf17b87864d4ea8a2327d5.zip
gcc-60ee1fe3e3ac2ff3d0cf17b87864d4ea8a2327d5.tar.gz
gcc-60ee1fe3e3ac2ff3d0cf17b87864d4ea8a2327d5.tar.bz2
Fix typos in --param option docs.
* doc/invoke/texi (max-cselib-memory-locations): Add missing s at end. (max-flow-memory-locations): Likewise. From-SVN: r115026
Diffstat (limited to 'gcc/doc')
-rw-r--r--gcc/doc/invoke.texi6
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi
index d9daa73..30dd402 100644
--- a/gcc/doc/invoke.texi
+++ b/gcc/doc/invoke.texi
@@ -6189,13 +6189,13 @@ register. Increasing values mean more aggressive optimization, making the
compile time increase with probably slightly better performance. The default
value is 100.
-@item max-cselib-memory-location
+@item max-cselib-memory-locations
The maximum number of memory locations cselib should take into acount.
Increasing values mean more aggressive optimization, making the compile time
increase with probably slightly better performance. The default value is 500.
-@item max-flow-memory-location
-Similar as @option{max-cselib-memory-location} but for dataflow liveness.
+@item max-flow-memory-locations
+Similar as @option{max-cselib-memory-locations} but for dataflow liveness.
The default value is 100.
@item reorder-blocks-duplicate