summaryrefslogtreecommitdiff
path: root/gcc/graphite-poly.c
diff options
context:
space:
mode:
authorAditya Kumar <aditya.k7@samsung.com>2015-11-23 23:28:42 +0000
committerSebastian Pop <spop@gcc.gnu.org>2015-11-23 23:28:42 +0000
commit0171d98d7788c76012288b418b5b8366982f693e (patch)
tree7a486edc067ee9a894bbf29e958ab2aacdd51b48 /gcc/graphite-poly.c
parent8c61286797664f445db424050ea4c73cf265b242 (diff)
downloadgcc-0171d98d7788c76012288b418b5b8366982f693e.tar.gz
fix PR68314: revert all patches touching the construction of the original schedule
Co-Authored-By: Sebastian Pop <s.pop@samsung.com> From-SVN: r230778
Diffstat (limited to 'gcc/graphite-poly.c')
-rw-r--r--gcc/graphite-poly.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/graphite-poly.c b/gcc/graphite-poly.c
index 187a3fa2bd4..c783fc31e02 100644
--- a/gcc/graphite-poly.c
+++ b/gcc/graphite-poly.c
@@ -306,7 +306,6 @@ new_scop (edge entry, edge exit)
scop->must_waw_no_source = NULL;
scop->may_waw_no_source = NULL;
scop_set_region (scop, region);
- scop->original_schedule = NULL;
scop->pbbs.create (3);
scop->drs.create (3);
@@ -343,7 +342,6 @@ free_scop (scop_p scop)
isl_union_map_free (scop->may_waw);
isl_union_map_free (scop->must_waw_no_source);
isl_union_map_free (scop->may_waw_no_source);
- isl_union_map_free (scop->original_schedule);
XDELETE (scop);
}