diff options
author | Volker Reichelt <reichelt@igpm.rwth-aachen.de> | 2005-07-21 11:53:00 +0000 |
---|---|---|
committer | Volker Reichelt <reichelt@gcc.gnu.org> | 2005-07-21 11:53:00 +0000 |
commit | 2e48874fee767eb93625681f09067852a41540c9 (patch) | |
tree | d58c27b9153f5e65b9e113382a81cd3bce6eac2b /gcc/tree-vectorizer.c | |
parent | c72a1a86739dc493dceec289da603b8517b46b12 (diff) | |
download | gcc-2e48874fee767eb93625681f09067852a41540c9.zip gcc-2e48874fee767eb93625681f09067852a41540c9.tar.gz gcc-2e48874fee767eb93625681f09067852a41540c9.tar.bz2 |
reg-stack.c: Fix comment typo(s).
* reg-stack.c: Fix comment typo(s).
* tree-ssa-operands.c: Likewise.
* tree-vectorizer: Likewise.
From-SVN: r102232
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 ae389c6..886a8c2 100644 --- a/gcc/tree-vectorizer.c +++ b/gcc/tree-vectorizer.c @@ -1792,7 +1792,7 @@ reduction_code_for_scalar_code (enum tree_code code, such that: 1. operation is commutative and associative and it is safe to - change the the order of the computation. + change the order of the computation. 2. no uses for a2 in the loop (a2 is used out of the loop) 3. no uses of a1 in the loop besides the reduction operation. |