diff options
| author | reichelt <reichelt@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-08-18 11:00:47 +0000 |
|---|---|---|
| committer | reichelt <reichelt@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-08-18 11:00:47 +0000 |
| commit | c4243fe71f63e72e3353ee2ae3f5a8c3c660686d (patch) | |
| tree | 59ea5ebd5b3f267d145de960e78347627f8df25b /gcc/tree-data-ref.c | |
| parent | ebe39827c8a56d45421a076610a42450f3cc38ee (diff) | |
| download | ppe42-gcc-c4243fe71f63e72e3353ee2ae3f5a8c3c660686d.tar.gz ppe42-gcc-c4243fe71f63e72e3353ee2ae3f5a8c3c660686d.zip | |
* tree-data-ref.c (analyze_siv_subscript_cst_affine): Fix comment typo.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103248 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/tree-data-ref.c')
| -rw-r--r-- | gcc/tree-data-ref.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-data-ref.c b/gcc/tree-data-ref.c index 568de38deb4..54494c2e986 100644 --- a/gcc/tree-data-ref.c +++ b/gcc/tree-data-ref.c @@ -2248,7 +2248,7 @@ analyze_siv_subscript_cst_affine (tree chrec_a, return; } - /* When the step does not divides the difference, there + /* When the step does not divide the difference, there are no overlaps. */ else { |

