projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f290cdf
)
- commentary typo fix
author
Bernhard Reutner-Fischer
<aldot@gcc.gnu.org>
Sat, 14 Apr 2007 17:59:28 +0000
(19:59 +0200)
committer
Bernhard Reutner-Fischer
<aldot@gcc.gnu.org>
Sat, 14 Apr 2007 17:59:28 +0000
(19:59 +0200)
From-SVN: r123819
gcc/doc/invoke.texi
patch
|
blob
|
history
diff --git
a/gcc/doc/invoke.texi
b/gcc/doc/invoke.texi
index 7ce7e1898bc268a2f194a0822641e916097cd2b5..9266b123ff1ab436ae2fdc5281fd84d9ab403be3 100644
(file)
--- 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