passes.texi (Full redundancy elimination): Fix typo.

2012-02-23  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>

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

From-SVN: r184543
This commit is contained in:
Bernhard Reutner-Fischer 2012-02-24 10:37:17 +01:00
parent 55532e32b7
commit 6a953a91ba
2 changed files with 5 additions and 1 deletions

View 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.

View 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