From: Bernhard Reutner-Fischer Date: Sat, 14 Apr 2007 17:59:28 +0000 (+0200) Subject: - commentary typo fix X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=06e2b6a0e3b6d4fb6d62bd5278febaf52eccf771;p=gcc.git - commentary typo fix From-SVN: r123819 --- diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 7ce7e1898bc..9266b123ff1 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -5423,7 +5423,7 @@ enabled by default at @option{-O2} and @option{-O3}. Perform Full Redundancy Elimination (FRE) on trees. The difference between FRE and PRE is that FRE only considers expressions that are computed on all paths leading to the redundant computation. -This analysis faster than PRE, though it exposes fewer redundancies. +This analysis is faster than PRE, though it exposes fewer redundancies. This flag is enabled by default at @option{-O} and higher. @item -ftree-copy-prop