diff options
author | Bernhard Reutner-Fischer <aldot@gcc.gnu.org> | 2012-02-24 10:37:17 +0100 |
---|---|---|
committer | Bernhard Reutner-Fischer <aldot@gcc.gnu.org> | 2012-02-24 10:37:17 +0100 |
commit | 6a953a91ba12eea8b183639623356096a93d4d34 (patch) | |
tree | 8cd59a8d5541b2dedc630ddb5102729024343a93 /gcc | |
parent | 55532e32b730a2050a2b246ba1237d1b578d06d0 (diff) | |
download | gcc-6a953a91ba12eea8b183639623356096a93d4d34.zip gcc-6a953a91ba12eea8b183639623356096a93d4d34.tar.gz gcc-6a953a91ba12eea8b183639623356096a93d4d34.tar.bz2 |
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
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/doc/passes.texi | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index e9195ef..d0d7b6d 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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> 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 |