diff --git a/gcc/ChangeLog b/gcc/ChangeLog index f3fc2001e8f9..9994394b32c6 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2004-11-12 Kazu Hirata + + * tree-vectorizer.c: Fix a comment typo. + 2004-11-12 Bernd Schmidt * genconfig.c (walk_insn_part): Look at match_dups inside a label_ref. diff --git a/gcc/tree-vectorizer.c b/gcc/tree-vectorizer.c index 3fdc54ea625b..0c29a34251e0 100644 --- a/gcc/tree-vectorizer.c +++ b/gcc/tree-vectorizer.c @@ -4444,7 +4444,7 @@ vect_enhance_data_refs_alignment (loop_vec_info loop_vinfo) in code size). The scheme we use FORNOW: peel to force the alignment of the first - misaliged store in the loop. + misaligned store in the loop. Rationale: misaligned stores are not yet supported. TODO: Use a better cost model. */