summaryrefslogtreecommitdiff
path: root/gcc/graphite-poly.c
diff options
context:
space:
mode:
authorspop <spop@138bc75d-0d04-0410-961f-82ee72b054a4>2009-11-25 04:57:17 +0000
committerspop <spop@138bc75d-0d04-0410-961f-82ee72b054a4>2009-11-25 04:57:17 +0000
commit220b380ed86bcf1432dd54fd19a3c2db1c5bb4e7 (patch)
tree6a61cf96f6c922c9d6f7573cf3ffa8fd923c9dcc /gcc/graphite-poly.c
parent554eeadb3deaf0b920476ca425d034ca9dec4110 (diff)
downloadgcc-220b380ed86bcf1432dd54fd19a3c2db1c5bb4e7.tar.gz
2009-10-09 Sebastian Pop <sebastian.pop@amd.com>
* graphite-poly.c (new_scop): Remove init of SCOP_DEP_GRAPH. * graphite-poly.h (struct scop): Remove dep_graph field. (SCOP_DEP_GRAPH): Removed. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@154567 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/graphite-poly.c')
-rw-r--r--gcc/graphite-poly.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/graphite-poly.c b/gcc/graphite-poly.c
index 843640c705d..6fef0e32569 100644
--- a/gcc/graphite-poly.c
+++ b/gcc/graphite-poly.c
@@ -450,7 +450,6 @@ new_scop (void *region)
{
scop_p scop = XNEW (struct scop);
- SCOP_DEP_GRAPH (scop) = NULL;
SCOP_CONTEXT (scop) = NULL;
scop_set_region (scop, region);
SCOP_BBS (scop) = VEC_alloc (poly_bb_p, heap, 3);