summaryrefslogtreecommitdiff
path: root/gcc/doc/passes.texi
diff options
context:
space:
mode:
authoraldot <aldot@138bc75d-0d04-0410-961f-82ee72b054a4>2012-02-24 09:37:17 +0000
committeraldot <aldot@138bc75d-0d04-0410-961f-82ee72b054a4>2012-02-24 09:37:17 +0000
commit6da426a866de362c86b0f4912ad098187f5389a9 (patch)
tree8cd59a8d5541b2dedc630ddb5102729024343a93 /gcc/doc/passes.texi
parent98a3cc5028d6124ff10c2fcb0ce5435835b2a985 (diff)
downloadgcc-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.texi2
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