From a8e870b108ea058bb4f4b0874997739b4f65e2e9 Mon Sep 17 00:00:00 2001 From: wilson Date: Mon, 26 Jun 2006 23:36:45 +0000 Subject: [PATCH] Fix typos in --param option docs. * doc/invoke/texi (max-cselib-memory-locations): Add missing s at end. (max-flow-memory-locations): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@115026 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/doc/invoke.texi | 6 +++--- 1 file 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 -- 2.7.4