diff options
author | Bernhard Reutner-Fischer <aldot@gcc.gnu.org> | 2007-04-14 19:59:28 +0200 |
---|---|---|
committer | Bernhard Reutner-Fischer <aldot@gcc.gnu.org> | 2007-04-14 19:59:28 +0200 |
commit | 06e2b6a0e3b6d4fb6d62bd5278febaf52eccf771 (patch) | |
tree | 2ae3547347ce376da28c37cf30b99100989deff8 /gcc/doc | |
parent | f290cdf92435a4a60205832039f719388cb4fb2c (diff) | |
download | gcc-06e2b6a0e3b6d4fb6d62bd5278febaf52eccf771.zip gcc-06e2b6a0e3b6d4fb6d62bd5278febaf52eccf771.tar.gz gcc-06e2b6a0e3b6d4fb6d62bd5278febaf52eccf771.tar.bz2 |
- commentary typo fix
From-SVN: r123819
Diffstat (limited to 'gcc/doc')
-rw-r--r-- | gcc/doc/invoke.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 7ce7e18..9266b12 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 |