* tree-vectorizer.c (vect_is_simple_reduction): Fix comment typo.
authorbje <bje@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 21 Feb 2008 21:48:08 +0000 (21:48 +0000)
committerbje <bje@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 21 Feb 2008 21:48:08 +0000 (21:48 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@132531 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/tree-vectorizer.c

index b045522..dabadd2 100644 (file)
@@ -1,3 +1,7 @@
+2008-02-22  Tomas Bily  <tbily@suse.cz>
+
+       * tree-vectorizer.c (vect_is_simple_reduction): Fix comment typo.
+
 2008-02-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
        PR bootstrap/35273
index 92c46a0..16b0eca 100644 (file)
@@ -2348,7 +2348,7 @@ reduction_code_for_scalar_code (enum tree_code code,
 
 /* Function vect_is_simple_reduction
 
-   Detect a cross-iteration def-use cucle that represents a simple
+   Detect a cross-iteration def-use cycle that represents a simple
    reduction computation. We look for the following pattern:
 
    loop_header: