diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2007-02-18 00:52:51 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2007-02-18 00:52:51 +0000 |
commit | ea2c620c644121eb9596d47c182453475f5dc559 (patch) | |
tree | b38a0a5dbb19ac45ec4d154b015e6872d5aa49c0 /gcc/tree-vect-transform.c | |
parent | aabd86cb158b3da3e02f060cae2b3adc0dbda6dc (diff) | |
download | gcc-ea2c620c644121eb9596d47c182453475f5dc559.zip gcc-ea2c620c644121eb9596d47c182453475f5dc559.tar.gz gcc-ea2c620c644121eb9596d47c182453475f5dc559.tar.bz2 |
cfgloop.c, [...]: Fix comment typos.
* cfgloop.c, config/alpha/alpha.c, config/bfin/bfin.c,
config/i386/athlon.md, config/ia64/ia64.md,
config/rs6000/rs6000.c, config/s390/s390.c, config/spu/spu.md,
df-problems.c, df.h, fold-const.c, ipa-cp.c, ipa-inline.c,
ipa-prop.h, see.c, struct-equiv.c, tree-inline.c,
tree-ssa-loop-niter.c, tree-vect-analyze.c,
tree-vect-transform.c: Fix comment typos.
From-SVN: r122080
Diffstat (limited to 'gcc/tree-vect-transform.c')
-rw-r--r-- | gcc/tree-vect-transform.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-vect-transform.c b/gcc/tree-vect-transform.c index bcb248d..07c0773 100644 --- a/gcc/tree-vect-transform.c +++ b/gcc/tree-vect-transform.c @@ -1073,7 +1073,7 @@ get_initial_def_for_reduction (tree stmt, tree init_val, tree *scalar_def) REDUCTION_PHI is the phi-node that carries the reduction computation. This function: - 1. Creates the reduction def-use cycle: sets the the arguments for + 1. Creates the reduction def-use cycle: sets the arguments for REDUCTION_PHI: The loop-entry argument is the vectorized initial-value of the reduction. The loop-latch argument is VECT_DEF - the vector of partial sums. |