* tree-vectorizer.c: Fix a comment typo.
authorKazu Hirata <kazu@cs.umass.edu>
Sat, 25 Sep 2004 14:48:03 +0000 (14:48 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Sat, 25 Sep 2004 14:48:03 +0000 (14:48 +0000)
From-SVN: r88103

gcc/ChangeLog
gcc/tree-vectorizer.c

index f8503036037c0d7494ee9c5ab3414d40a4fdbad2..4d5706875f44b91864424ce760a8c1c29a32c410 100644 (file)
@@ -1,3 +1,7 @@
+2004-09-25  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * tree-vectorizer.c: Fix a comment typo.
+
 2004-09-25  Kazu Hirata  <kazu@cs.umass.edu>
 
        * c-typeck.c, defaults.h, dwarf.h, dwarf2out.c, fold-const.c,
index b158278d0fd3618f56e7d495b5a3ffaccc7e1e49..c98d7046b8d88a5a8c216f7b97bdcecfa1a072e9 100644 (file)
@@ -1598,7 +1598,7 @@ vectorizable_load (tree stmt, block_stmt_iterator *bsi, tree *vec_stmt)
        software_pipeline_loads_p = true;
       else if (!targetm.vectorize.misaligned_mem_ok (mode))
        {
-         /* Possibly unaligned access, and can't sofware pipeline the loads  */
+         /* Possibly unaligned access, and can't software pipeline the loads  */
          if (vect_debug_details (loop))
            fprintf (dump_file, "Arbitrary load not supported.");
          return false;