aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-vectorizer.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2004-09-20 11:17:22 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2004-09-20 11:17:22 +0000
commitd4a9b3a336b30a8315315768f91b73680afb35f7 (patch)
tree91331df04325bb2679babd9f724a756835ba42da /gcc/tree-vectorizer.c
parentb898b8d9237edf3975784506cde712a54bddc263 (diff)
downloadgcc-d4a9b3a336b30a8315315768f91b73680afb35f7.zip
gcc-d4a9b3a336b30a8315315768f91b73680afb35f7.tar.gz
gcc-d4a9b3a336b30a8315315768f91b73680afb35f7.tar.bz2
cfg.c, [...]: Fix comment typos.
* cfg.c, tree-ssa-threadupdate.c, tree-vectorizer.c: Fix comment typos. From-SVN: r87753
Diffstat (limited to 'gcc/tree-vectorizer.c')
-rw-r--r--gcc/tree-vectorizer.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/tree-vectorizer.c b/gcc/tree-vectorizer.c
index acabce4..33f68ad 100644
--- a/gcc/tree-vectorizer.c
+++ b/gcc/tree-vectorizer.c
@@ -2346,7 +2346,7 @@ vect_get_first_index (tree ref, tree *array_first_index)
Input:
ARRAY - an array_ref (possibly multidimensional) of type ARRAY_TYPE.
- VECTYPE - we are interested in the misalignment modulu the size of vectype.
+ VECTYPE - we are interested in the misalignment modulo the size of vectype.
if NULL: don't compute misalignment, just return the base of ARRAY.
PREV_DIMENSIONS - initialized to one.
MISALIGNMENT - the computed misalignment in bits.
@@ -3123,7 +3123,7 @@ vect_get_symbl_and_dr (tree memref, tree stmt, bool is_read,
STRIP_NOPS(oprnd1);
/* Only {address_base + offset} expressions are supported,
- where address_base can be POINTER_TYPE or ARRRAY_TYPE and
+ where address_base can be POINTER_TYPE or ARRAY_TYPE and
offset can be anything but POINTER_TYPE or ARRAY_TYPE.
TODO: swap operands if {offset + address_base}. */
if ((TREE_CODE (TREE_TYPE (oprnd1)) == POINTER_TYPE