diff options
Diffstat (limited to 'gcc/graphite-poly.h')
-rw-r--r-- | gcc/graphite-poly.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/graphite-poly.h b/gcc/graphite-poly.h index 37a1755..977f97e 100644 --- a/gcc/graphite-poly.h +++ b/gcc/graphite-poly.h @@ -407,7 +407,7 @@ struct dr_info struct scop { /* A SCOP is defined as a SESE region. */ - sese region; + sese_info_p region; /* Number of parameters in SCoP. */ graphite_dim_t nb_params; @@ -468,7 +468,7 @@ extern bool apply_poly_transforms (scop_p); /* Set the region of SCOP to REGION. */ static inline void -scop_set_region (scop_p scop, sese region) +scop_set_region (scop_p scop, sese_info_p region) { scop->region = region; } |