summaryrefslogtreecommitdiff
path: root/gcc/graphite-poly.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/graphite-poly.h')
-rw-r--r--gcc/graphite-poly.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/graphite-poly.h b/gcc/graphite-poly.h
index 9c7639a901d..c8d9fa1fbb3 100644
--- a/gcc/graphite-poly.h
+++ b/gcc/graphite-poly.h
@@ -349,6 +349,9 @@ struct poly_bb
poly_scattering_p _saved;
isl_map *saved;
+ /* For tiling, the map for computing the separating class. */
+ isl_map *map_sepclass;
+
/* True when this PBB contains only a reduction statement. */
bool is_reduction;
};