X-Git-Url: http://git.sourceforge.jp/view?a=blobdiff_plain;f=gcc%2Ftree-vectorizer.c;h=54d5d1abefe63957adfaf8f89d5d4b376c9ddecf;hb=597ff315647cb37da623e03e63865491ef96990d;hp=65214cc7ebe3989897c38ed90bf0ec9bbb5a3fcd;hpb=782fc06978b6b623930e8521b384dc93f0d6d4d9;p=pf3gnuchains%2Fgcc-fork.git diff --git a/gcc/tree-vectorizer.c b/gcc/tree-vectorizer.c index 65214cc7ebe..54d5d1abefe 100644 --- a/gcc/tree-vectorizer.c +++ b/gcc/tree-vectorizer.c @@ -1525,7 +1525,7 @@ vect_transform_loop (loop_vec_info loop_vinfo, Returns whether a stmt with OPERAND can be vectorized. Supportable operands are constants, loop invariants, and operands that are - defined by the current iteration of the loop. Unsupportable opernads are + defined by the current iteration of the loop. Unsupportable operands are those that are defined by a previous iteration of the loop (as is the case in reduction/induction computations). */