2012-02-23 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
authoraldot <aldot@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 24 Feb 2012 09:37:17 +0000 (09:37 +0000)
committeraldot <aldot@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 24 Feb 2012 09:37:17 +0000 (09:37 +0000)
* doc/passes.texi (Full redundancy elimination): Fix typo.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@184543 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/doc/passes.texi

index e9195ef..d0d7b6d 100644 (file)
@@ -1,5 +1,9 @@
 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.
 
 2012-02-23  Eric Botcazou  <ebotcazou@adacore.com>
index 1fee7d9..8329ddd 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