* tree-vectorizer.c (vect_is_simple_reduction): Fix comment typo.
authorTomas Bily <tbily@suse.cz>
Thu, 21 Feb 2008 21:48:08 +0000 (22:48 +0100)
committerBen Elliston <bje@gcc.gnu.org>
Thu, 21 Feb 2008 21:48:08 +0000 (08:48 +1100)
From-SVN: r132531

gcc/ChangeLog
gcc/tree-vectorizer.c

index b04552262659de8a2a523dd7927c0fc21b9718dc..dabadd20d0dc0334d8392bc66a51c18917c5a77f 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 92c46a0b9ec5e99c4da96799e2e2d6ab54e6fc6d..16b0ecacdb2dc571dcbfe6fa2eaf65b4099c5985 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: