- commentary typo fix
authorBernhard Reutner-Fischer <aldot@gcc.gnu.org>
Sat, 14 Apr 2007 17:59:28 +0000 (19:59 +0200)
committerBernhard Reutner-Fischer <aldot@gcc.gnu.org>
Sat, 14 Apr 2007 17:59:28 +0000 (19:59 +0200)
From-SVN: r123819

gcc/doc/invoke.texi

index 7ce7e1898bc268a2f194a0822641e916097cd2b5..9266b123ff1ab436ae2fdc5281fd84d9ab403be3 100644 (file)
@@ -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