diff options
Diffstat (limited to 'gcc/omp-general.h')
-rw-r--r-- | gcc/omp-general.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/omp-general.h b/gcc/omp-general.h index ec0f2a4..2da4d14 100644 --- a/gcc/omp-general.h +++ b/gcc/omp-general.h @@ -85,6 +85,8 @@ struct omp_for_data outer iterator, depending on which results in fewer iterations. */ tree factor; /* (m2 - m1) * outer_step / inner_step. */ + /* Adjusted n1 of the outer loop in such loop nests (if needed). */ + tree adjn1; }; #define OACC_FN_ATTRIB "oacc function" |