isl_tab_basic_map_partial_lexopt: properly normalize divs
[platform/upstream/isl.git] / isl_schedule_private.h
index f5cf7d9..cbf1f9c 100644 (file)
@@ -34,7 +34,7 @@ struct isl_schedule {
        int n;
        int n_band;
        int n_total_row;
-       isl_dim *dim;
+       isl_space *dim;
 
        isl_band_list *band_forest;