aboutsummaryrefslogtreecommitdiff
path: root/gcc/varray.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/varray.c')
-rw-r--r--gcc/varray.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/varray.c b/gcc/varray.c
index fc951da56e4..81842ca237b 100644
--- a/gcc/varray.c
+++ b/gcc/varray.c
@@ -110,7 +110,8 @@ static const struct {
{ sizeof (struct basic_block_def *), 1 },
{ sizeof (struct elt_list *), 1 },
{ sizeof (struct edge_def *), 1 },
- { sizeof (tree *), 1 },
+ { sizeof (struct dependence_node_def *), 0 },
+ { sizeof (tree *), 1 }
};
/* Allocate a virtual array with NUM_ELEMENT elements, each of which is