summaryrefslogtreecommitdiff
path: root/gcc/profile.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/profile.h')
-rw-r--r--gcc/profile.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/profile.h b/gcc/profile.h
index a77d3c51e1d..c97d8efee54 100644
--- a/gcc/profile.h
+++ b/gcc/profile.h
@@ -42,7 +42,7 @@ struct edge_info
a minimum cost flow algorithm. */
extern void mcf_smooth_cfg (void);
-extern gcov_type sum_edge_counts (VEC (edge, gc) *edges);
+extern gcov_type sum_edge_counts (vec<edge, va_gc> *edges);
extern void init_node_map (void);
extern void del_node_map (void);