Commit 60ee1fe3 by Jim Wilson

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
parent adf2ac06
...@@ -6189,13 +6189,13 @@ register. Increasing values mean more aggressive optimization, making the ...@@ -6189,13 +6189,13 @@ register. Increasing values mean more aggressive optimization, making the
compile time increase with probably slightly better performance. The default compile time increase with probably slightly better performance. The default
value is 100. value is 100.
@item max-cselib-memory-location @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 acount.
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.
@item max-flow-memory-location @item max-flow-memory-locations
Similar as @option{max-cselib-memory-location} but for dataflow liveness. Similar as @option{max-cselib-memory-locations} but for dataflow liveness.
The default value is 100. The default value is 100.
@item reorder-blocks-duplicate @item reorder-blocks-duplicate
......
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