2
0
mirror of git://gcc.gnu.org/git/gcc.git synced 2025-04-02 05:30:27 +08:00

* tree-vectorizer.c: Fix a comment typo.

From-SVN: r90531
This commit is contained in:
Kazu Hirata 2004-11-12 15:15:50 +00:00 committed by Kazu Hirata
parent 3d35950b39
commit 896b242cc5
2 changed files with 5 additions and 1 deletions

@ -1,3 +1,7 @@
2004-11-12 Kazu Hirata <kazu@cs.umass.edu>
* tree-vectorizer.c: Fix a comment typo.
2004-11-12 Bernd Schmidt <bernd.schmidt@analog.com>
* genconfig.c (walk_insn_part): Look at match_dups inside a label_ref.

@ -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. */