Commit 37470119 by Matthias Klose Committed by Matthias Klose

invoke.texi: Fix spelling errors.

2006-08-13  Matthias Klose  <doko@debian.org>

        * doc/invoke.texi: Fix spelling errors.

From-SVN: r116107
parent 8cc12f95
2006-08-13 Matthias Klose <doko@debian.org>
* doc/invoke.texi: Fix spelling errors.
2006-08-11 Eric Botcazou <ebotcazou@libertysurf.fr> 2006-08-11 Eric Botcazou <ebotcazou@libertysurf.fr>
PR rtl-optimization/23454 PR rtl-optimization/23454
......
...@@ -5986,7 +5986,7 @@ Specifies maximum number of instructions out-of-line copy of self recursive inli ...@@ -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. function can grow into by performing recursive inlining.
For functions declared inline @option{--param max-inline-insns-recursive} is 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 happens only when @option{-finline-functions} (included in @option{-O3}) is
enabled and @option{--param max-inline-insns-recursive-auto} is used. The enabled and @option{--param max-inline-insns-recursive-auto} is used. The
default value is 450. default value is 450.
...@@ -5996,7 +5996,7 @@ default value is 450. ...@@ -5996,7 +5996,7 @@ default value is 450.
Specifies maximum recursion depth used by the recursive inlining. Specifies maximum recursion depth used by the recursive inlining.
For functions declared inline @option{--param max-inline-recursive-depth} is 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 happens only when @option{-finline-functions} (included in @option{-O3}) is
enabled and @option{--param max-inline-recursive-depth-auto} is used. The enabled and @option{--param max-inline-recursive-depth-auto} is used. The
default value is 450. default value is 450.
...@@ -6199,7 +6199,7 @@ compile time increase with probably slightly better performance. The default ...@@ -6199,7 +6199,7 @@ compile time increase with probably slightly better performance. The default
value is 100. value is 100.
@item max-cselib-memory-locations @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 Increasing values mean more aggressive optimization, making the compile time
increase with probably slightly better performance. The default value is 500. increase with probably slightly better performance. The default value is 500.
......
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