summaryrefslogtreecommitdiff
path: root/gcc/cfghooks.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/cfghooks.h')
-rw-r--r--gcc/cfghooks.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/cfghooks.h b/gcc/cfghooks.h
index 2806c4f27c5..cb81f5a0e2e 100644
--- a/gcc/cfghooks.h
+++ b/gcc/cfghooks.h
@@ -119,7 +119,7 @@ struct cfg_hooks
in loop versioning. */
bool (*cfg_hook_duplicate_loop_to_header_edge) (struct loop *, edge,
unsigned, sbitmap,
- edge, VEC (edge, heap) **,
+ edge, vec<edge> *,
int);
/* Add condition to new basic block and update CFG used in loop
@@ -186,7 +186,7 @@ extern bool cfg_hook_duplicate_loop_to_header_edge (struct loop *loop, edge,
unsigned int ndupl,
sbitmap wont_exit,
edge orig,
- VEC (edge, heap) **to_remove,
+ vec<edge> *to_remove,
int flags);
extern void lv_flush_pending_stmts (edge);