aboutsummaryrefslogtreecommitdiff
path: root/gcc/graphds.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/graphds.h')
-rw-r--r--gcc/graphds.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/graphds.h b/gcc/graphds.h
index bc354794..a2afc29 100644
--- a/gcc/graphds.h
+++ b/gcc/graphds.h
@@ -55,7 +55,7 @@ void dump_graph (FILE *, struct graph *);
struct graph_edge *add_edge (struct graph *, int, int);
void identify_vertices (struct graph *, int, int);
int graphds_dfs (struct graph *, int *, int,
- VEC (int, heap) **, bool, bitmap);
+ vec<int> *, bool, bitmap);
int graphds_scc (struct graph *, bitmap);
void graphds_domtree (struct graph *, int, int *, int *, int *);
typedef void (*graphds_edge_callback) (struct graph *, struct graph_edge *);