aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-data-ref.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@codesourcery.com>2007-05-25 22:58:16 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2007-05-25 22:58:16 +0000
commitc80b4100e044ac1ca52c08d640ccbf03d29e8f05 (patch)
tree637326f06fc8294c247b4bfa25348b265ff3f697 /gcc/tree-data-ref.c
parentb6dcc3149b9463470bed0dda3d369b15878584c3 (diff)
downloadgcc-c80b4100e044ac1ca52c08d640ccbf03d29e8f05.zip
gcc-c80b4100e044ac1ca52c08d640ccbf03d29e8f05.tar.gz
gcc-c80b4100e044ac1ca52c08d640ccbf03d29e8f05.tar.bz2
cfglayout.c, [...]: Fix comment typos.
* cfglayout.c, cgraphunit.c, config/avr/avr.c, fold-const.c, haifa-sched.c, optabs.h, tree-affine.c, tree-data-ref.c, tree-predcom.c, tree-ssa-alias-warnings.c, tree-ssa-forwprop.c, tree-vect-analyze.c, tree-vrp.c: Fix comment typos. Follow spelling conventions. * doc/cpp.texi, doc/invoke.texi: Fix typos. From-SVN: r125080
Diffstat (limited to 'gcc/tree-data-ref.c')
-rw-r--r--gcc/tree-data-ref.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/tree-data-ref.c b/gcc/tree-data-ref.c
index ce0b3fe..ef3353f 100644
--- a/gcc/tree-data-ref.c
+++ b/gcc/tree-data-ref.c
@@ -660,7 +660,7 @@ dr_analyze_innermost (struct data_reference *dr)
}
/* Determines the base object and the list of indices of memory reference
- DR, analysed in loop nest NEST. */
+ DR, analyzed in loop nest NEST. */
static void
dr_analyze_indices (struct data_reference *dr, struct loop *nest)
@@ -1225,7 +1225,7 @@ initialize_data_dependence_relation (struct data_reference *a,
/* If the base of the object is not invariant in the loop nest, we cannot
analyse it. TODO -- in fact, it would suffice to record that there may
- be arbitrary depencences in the loops where the base object varies. */
+ be arbitrary dependences in the loops where the base object varies. */
if (!object_address_invariant_in_loop_p (VEC_index (loop_p, loop_nest, 0),
DR_BASE_OBJECT (a)))
{