From d46aed512ee2db1c96652a08718660dedcb2a68f Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Thu, 4 Nov 2004 13:48:59 +0000 Subject: bitmap.h: Fix a comment typo. * bitmap.h: Fix a comment typo. Follow spelling conventions. * tree-vectorizer.c: Fix a comment typo. From-SVN: r90062 --- gcc/tree-vectorizer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/tree-vectorizer.c') diff --git a/gcc/tree-vectorizer.c b/gcc/tree-vectorizer.c index 2d75a55..8e50045 100644 --- a/gcc/tree-vectorizer.c +++ b/gcc/tree-vectorizer.c @@ -4426,7 +4426,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 store are not yet supported. TODO: Use a better cost model. */ -- cgit v1.1