diff options
Diffstat (limited to 'gcc/graphite-poly.h')
-rw-r--r-- | gcc/graphite-poly.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/gcc/graphite-poly.h b/gcc/graphite-poly.h index 3fcbbaf5c38..dec7fd6df8b 100644 --- a/gcc/graphite-poly.h +++ b/gcc/graphite-poly.h @@ -420,10 +420,6 @@ struct scop /* Original schedule of the SCoP. */ isl_union_map *original_schedule; - - /* True when the scop has been converted to its polyhedral - representation. */ - bool poly_scop_p; }; extern scop_p new_scop (edge, edge); @@ -468,4 +464,6 @@ carries_deps (__isl_keep isl_union_map *schedule, __isl_keep isl_union_map *deps, int depth); +bool build_poly_scop (scop_p); + #endif |