Commit 896b242c by Kazu Hirata Committed by Kazu Hirata

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

From-SVN: r90531
parent 3d35950b
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> 2004-11-12 Bernd Schmidt <bernd.schmidt@analog.com>
* genconfig.c (walk_insn_part): Look at match_dups inside a label_ref. * 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) ...@@ -4444,7 +4444,7 @@ vect_enhance_data_refs_alignment (loop_vec_info loop_vinfo)
in code size). in code size).
The scheme we use FORNOW: peel to force the alignment of the first 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. Rationale: misaligned stores are not yet supported.
TODO: Use a better cost model. */ TODO: Use a better cost model. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment