diff options
Diffstat (limited to 'gcc/tree-data-ref.h')
-rw-r--r-- | gcc/tree-data-ref.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-data-ref.h b/gcc/tree-data-ref.h index d80be31..2d23dce 100644 --- a/gcc/tree-data-ref.h +++ b/gcc/tree-data-ref.h @@ -119,7 +119,7 @@ struct data_reference a[j].b[5][j] = 0; Here the offset expression (j * C_j + C) will not contain variables after - subsitution of j=3 (3*C_j + C). + substitution of j=3 (3*C_j + C). Misalignment can be calculated only if all the variables can be substituted with constants, otherwise, we record maximum possible alignment |