]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
passes.texi (Full redundancy elimination): Fix typo.
authorBernhard Reutner-Fischer <aldot@gcc.gnu.org>
Fri, 24 Feb 2012 09:37:17 +0000 (10:37 +0100)
committerBernhard Reutner-Fischer <aldot@gcc.gnu.org>
Fri, 24 Feb 2012 09:37:17 +0000 (10:37 +0100)
2012-02-23  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>

* doc/passes.texi (Full redundancy elimination): Fix typo.

From-SVN: r184543

gcc/ChangeLog
gcc/doc/passes.texi

index e9195ef0883a4abbb18a196f597db94a8dcc74d5..d0d7b6d6a163e0162df1dce5f1e67957e73faa94 100644 (file)
@@ -1,3 +1,7 @@
+2012-02-23  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
+
+       * doc/passes.texi (Full redundancy elimination): Fix typo.
+
 2012-02-23  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
 
        * doc/invoke.texi (-fdse, -fdce): Remove duplicate entries.
index 1fee7d9020e51c5298e02553d495963549fa8c6c..8329dddd9874347795167d7765b2f3ff09ecbfd3 100644 (file)
@@ -393,7 +393,7 @@ in @file{tree-ssa-math-opts.c} and is described by
 @item Full redundancy elimination
 
 This is a simpler form of PRE that only eliminates redundancies that
-occur an all paths.  It is located in @file{tree-ssa-pre.c} and
+occur on all paths.  It is located in @file{tree-ssa-pre.c} and
 described by @code{pass_fre}.
 
 @item Loop optimization