diff options
author | aldot <aldot@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-02-24 09:37:17 +0000 |
---|---|---|
committer | aldot <aldot@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-02-24 09:37:17 +0000 |
commit | 6da426a866de362c86b0f4912ad098187f5389a9 (patch) | |
tree | 8cd59a8d5541b2dedc630ddb5102729024343a93 /gcc/doc/passes.texi | |
parent | 98a3cc5028d6124ff10c2fcb0ce5435835b2a985 (diff) | |
download | gcc-6da426a866de362c86b0f4912ad098187f5389a9.tar.gz |
2012-02-23 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
* 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
Diffstat (limited to 'gcc/doc/passes.texi')
-rw-r--r-- | 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 1fee7d9020e..8329dddd987 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 |