gcc/ChangeLog 2012-02-23 Bernhard Reutner-Fischer <al...@gcc.gnu.org>
* doc/passes.texi (Full redundancy elimination): Fix typo. Signed-off-by: Bernhard Reutner-Fischer <rep.dot....@gmail.com> --- gcc/doc/passes.texi | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/gcc/doc/passes.texi b/gcc/doc/passes.texi index 1fee7d9..8329ddd 100644 --- a/gcc/doc/passes.texi +++ b/gcc/doc/passes.texi @@ -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 -- 1.7.9