summaryrefslogtreecommitdiff
path: root/gcc/doc/passes.texi
diff options
context:
space:
mode:
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2005-05-04 17:15:31 +0000
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2005-05-04 17:15:31 +0000
commitd15713f9b684181aa673a60145e66dd1befc5a1d (patch)
tree9f36a787a3f3346ad83db21e2bfd57726ec9694a /gcc/doc/passes.texi
parent2e5ed910019859bb792a6eb7ce66d637681e9827 (diff)
downloadgcc-d15713f9b684181aa673a60145e66dd1befc5a1d.tar.gz
* tree-flow-inline.h, tree-ssa-operands.c,
tree-ssa-operands.h, tree-ssa-opfinalize.h: Likewise. tree-vn.c: Fix comment typos. * doc/passes.texi, doc/tree-ssa.texi: Fix typos. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@99220 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 f2aba6d9758..8e123667ec5 100644
--- a/gcc/doc/passes.texi
+++ b/gcc/doc/passes.texi
@@ -409,7 +409,7 @@ the number of elements operated upon in parallel in each iteration, and the
Additional loop transformations such as peeling and versioning may take place
to align the number of iterations, and to align the memory accesses in the loop.
The pass is implemented in @file{tree-vectorizer.c} (the main driver and general
-utilities), @file{tree-vect-analyze.c} and @file{tree-vect-tranform.c}.
+utilities), @file{tree-vect-analyze.c} and @file{tree-vect-transform.c}.
Analysis of data references is in @file{tree-data-ref.c}.
@item Tree level if-conversion for vectorizer