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-vectorizer.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-vectorizer.c')
-rw-r--r-- | gcc/tree-vectorizer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-vectorizer.c b/gcc/tree-vectorizer.c index 2c525ea..11349c2 100644 --- a/gcc/tree-vectorizer.c +++ b/gcc/tree-vectorizer.c @@ -1701,7 +1701,7 @@ vect_supportable_dr_alignment (struct data_reference *dr) iterations, it is *not* guaranteed that is will remain the same throughout the execution of the inner-loop. This is because the inner-loop advances with the original scalar step (and not in steps of VS). If the inner-loop - step happens to be a multiple of VS, then the misalignment remaines fixed + step happens to be a multiple of VS, then the misalignment remains fixed and we can use the optimized realignment scheme. For example: for (i=0; i<N; i++) |