mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-05 08:10:26 +08:00
* tree-data-ref.c: Fix comment typos.
From-SVN: r88980
This commit is contained in:
parent
69d4980288
commit
50300b4cc4
@ -1,3 +1,7 @@
|
||||
2004-10-13 Kazu Hirata <kazu@cs.umass.edu>
|
||||
|
||||
* tree-data-ref.c: Fix comment typos.
|
||||
|
||||
2004-10-13 Jakub Jelinek <jakub@redhat.com>
|
||||
Zdenek Dvorak <dvorakz@suse.cz>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user