diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2007-09-01 20:13:45 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2007-09-01 20:13:45 +0000 |
commit | 15dc95cbcc21b31f3b5ae50d6172db3c4f4894b1 (patch) | |
tree | 45757e42a145a2d8be0144b7e44a0c40f3c59cdf /gcc/tree-vect-transform.c | |
parent | 8785d88cf18403b3f36973820c42ab4990c7a4c5 (diff) | |
download | gcc-15dc95cbcc21b31f3b5ae50d6172db3c4f4894b1.zip gcc-15dc95cbcc21b31f3b5ae50d6172db3c4f4894b1.tar.gz gcc-15dc95cbcc21b31f3b5ae50d6172db3c4f4894b1.tar.bz2 |
arm.c, [...]: Fix comment typos.
* config/arm/arm.c, config/rs6000/ppu_intrinsics.h,
config/spu/spu.c, df-scan.c, fixed-value.c, fold-const.c,
ginclude/tgmath.h, haifa-sched.c, optabs.c, recog.c,
sched-deps.c, sched-int.h, system.h, target.h,
tree-ssa-live.c, tree-vect-transform.c, tree-vectorizer.c,
tree.def: Fix comment typos.
From-SVN: r128016
Diffstat (limited to 'gcc/tree-vect-transform.c')
-rw-r--r-- | gcc/tree-vect-transform.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/tree-vect-transform.c b/gcc/tree-vect-transform.c index 00cc8c3..321d3253 100644 --- a/gcc/tree-vect-transform.c +++ b/gcc/tree-vect-transform.c @@ -4619,7 +4619,7 @@ vect_setup_realignment (tree stmt, block_stmt_iterator *bsi, The problem arises only if the memory access is in an inner-loop nested inside LOOP, which is now being vectorized using outer-loop vectorization. This is the only case when the misalignment of the memory access may not - remain fixed thtoughout the iterations of the inner-loop (as exaplained in + remain fixed throughout the iterations of the inner-loop (as explained in detail in vect_supportable_dr_alignment). In this case, not only is the optimized realignment scheme not applicable, but also the misalignment computation (and generation of the realignment token that is passed to @@ -6467,7 +6467,7 @@ vect_create_cond_for_align_checks (loop_vec_info loop_vinfo, DR: The data reference. VECT_FACTOR: vectorization factor. - Return an exrpession whose value is the size of segment which will be + Return an expression whose value is the size of segment which will be accessed by DR. */ static tree |