From 601d18c61627998700b6e267110e61464f562e8f Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Sat, 25 Sep 2004 14:48:03 +0000 Subject: [PATCH] * tree-vectorizer.c: Fix a comment typo. From-SVN: r88103 --- gcc/ChangeLog | 4 ++++ gcc/tree-vectorizer.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index f8503036037..4d5706875f4 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2004-09-25 Kazu Hirata + + * tree-vectorizer.c: Fix a comment typo. + 2004-09-25 Kazu Hirata * c-typeck.c, defaults.h, dwarf.h, dwarf2out.c, fold-const.c, diff --git a/gcc/tree-vectorizer.c b/gcc/tree-vectorizer.c index b158278d0fd..c98d7046b8d 100644 --- a/gcc/tree-vectorizer.c +++ b/gcc/tree-vectorizer.c @@ -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; -- 2.30.2