summaryrefslogtreecommitdiff
path: root/gcc/tree-vectorizer.c
diff options
context:
space:
mode:
authorreichelt <reichelt@138bc75d-0d04-0410-961f-82ee72b054a4>2005-07-21 11:53:00 +0000
committerreichelt <reichelt@138bc75d-0d04-0410-961f-82ee72b054a4>2005-07-21 11:53:00 +0000
commite4da226bf16aef4cdcd2841e04cc70f96ba7f409 (patch)
treed58c27b9153f5e65b9e113382a81cd3bce6eac2b /gcc/tree-vectorizer.c
parente4bc96e229cedbd3dad7f0011786492ca63a54b7 (diff)
downloadgcc-e4da226bf16aef4cdcd2841e04cc70f96ba7f409.tar.gz
* reg-stack.c: Fix comment typo(s).
* tree-ssa-operands.c: Likewise. * tree-vectorizer: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102232 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/tree-vectorizer.c')
-rw-r--r--gcc/tree-vectorizer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-vectorizer.c b/gcc/tree-vectorizer.c
index ae389c6ce8c..886a8c21136 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.