diff options
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 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). */ |