* 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
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>
@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