diff options
author | Aditya Kumar <aditya.k7@samsung.com> | 2015-11-23 23:28:42 +0000 |
---|---|---|
committer | Sebastian Pop <spop@gcc.gnu.org> | 2015-11-23 23:28:42 +0000 |
commit | 0171d98d7788c76012288b418b5b8366982f693e (patch) | |
tree | 7a486edc067ee9a894bbf29e958ab2aacdd51b48 /gcc/graphite-poly.h | |
parent | 8c61286797664f445db424050ea4c73cf265b242 (diff) | |
download | gcc-0171d98d7788c76012288b418b5b8366982f693e.zip gcc-0171d98d7788c76012288b418b5b8366982f693e.tar.gz gcc-0171d98d7788c76012288b418b5b8366982f693e.tar.bz2 |
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.h')
-rw-r--r-- | gcc/graphite-poly.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/graphite-poly.h b/gcc/graphite-poly.h index dec7fd6..d396d3f 100644 --- a/gcc/graphite-poly.h +++ b/gcc/graphite-poly.h @@ -417,9 +417,6 @@ struct scop isl_union_map *must_raw, *may_raw, *must_raw_no_source, *may_raw_no_source, *must_war, *may_war, *must_war_no_source, *may_war_no_source, *must_waw, *may_waw, *must_waw_no_source, *may_waw_no_source; - - /* Original schedule of the SCoP. */ - isl_union_map *original_schedule; }; extern scop_p new_scop (edge, edge); |