From e4da226bf16aef4cdcd2841e04cc70f96ba7f409 Mon Sep 17 00:00:00 2001 From: reichelt Date: Thu, 21 Jul 2005 11:53:00 +0000 Subject: * 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 --- gcc/tree-vectorizer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/tree-vectorizer.c') 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. -- cgit v1.2.3