summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordoko <doko@138bc75d-0d04-0410-961f-82ee72b054a4>2006-08-13 07:27:30 +0000
committerdoko <doko@138bc75d-0d04-0410-961f-82ee72b054a4>2006-08-13 07:27:30 +0000
commit79d18c70a68fc547748b065865027e9324d65fd9 (patch)
treee7eb5e7bf73e6bb46671026ff34d8930ba759b04
parent578091e0235868056beb7aa008c856982029c4cd (diff)
downloadppe42-gcc-79d18c70a68fc547748b065865027e9324d65fd9.tar.gz
ppe42-gcc-79d18c70a68fc547748b065865027e9324d65fd9.zip
2006-08-13 Matthias Klose <doko@debian.org>
* doc/invoke.texi: Fix spelling errors. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@116107 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/doc/invoke.texi6
2 files changed, 7 insertions, 3 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index f90de87e9bc..d3646c16e97 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,7 @@
+2006-08-13 Matthias Klose <doko@debian.org>
+
+ * doc/invoke.texi: Fix spelling errors.
+
2006-08-11 Eric Botcazou <ebotcazou@libertysurf.fr>
PR rtl-optimization/23454
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi
index 9197589d458..78607d89ed2 100644
--- a/gcc/doc/invoke.texi
+++ b/gcc/doc/invoke.texi
@@ -5986,7 +5986,7 @@ Specifies maximum number of instructions out-of-line copy of self recursive inli
function can grow into by performing recursive inlining.
For functions declared inline @option{--param max-inline-insns-recursive} is
-taken into acount. For function not declared inline, recursive inlining
+taken into account. For function not declared inline, recursive inlining
happens only when @option{-finline-functions} (included in @option{-O3}) is
enabled and @option{--param max-inline-insns-recursive-auto} is used. The
default value is 450.
@@ -5996,7 +5996,7 @@ default value is 450.
Specifies maximum recursion depth used by the recursive inlining.
For functions declared inline @option{--param max-inline-recursive-depth} is
-taken into acount. For function not declared inline, recursive inlining
+taken into account. For function not declared inline, recursive inlining
happens only when @option{-finline-functions} (included in @option{-O3}) is
enabled and @option{--param max-inline-recursive-depth-auto} is used. The
default value is 450.
@@ -6199,7 +6199,7 @@ compile time increase with probably slightly better performance. The default
value is 100.
@item max-cselib-memory-locations
-The maximum number of memory locations cselib should take into acount.
+The maximum number of memory locations cselib should take into account.
Increasing values mean more aggressive optimization, making the compile time
increase with probably slightly better performance. The default value is 500.
OpenPOWER on IntegriCloud