diff options
Diffstat (limited to 'gcc/tree-data-ref.c')
-rw-r--r-- | gcc/tree-data-ref.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/tree-data-ref.c b/gcc/tree-data-ref.c index 213f8d4..10fbdf0 100644 --- a/gcc/tree-data-ref.c +++ b/gcc/tree-data-ref.c @@ -44,7 +44,7 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA - polyhedron dependence or with the chains of recurrences based representation, - - to define a knowledge base for storing the data dependeces + - to define a knowledge base for storing the data dependence information, - to define an interface to access this data. @@ -1037,7 +1037,7 @@ analyze_siv_subscript_cst_affine (tree chrec_a, } } -/* Helper recursive function for intializing the matrix A. Returns +/* Helper recursive function for initializing the matrix A. Returns the initial value of CHREC. */ static int |