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:
parent
55532e32b7
commit
6a953a91ba
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user