diff options
Diffstat (limited to 'gcc/tree-into-ssa.c')
-rw-r--r-- | gcc/tree-into-ssa.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/tree-into-ssa.c b/gcc/tree-into-ssa.c index e7ff242ce27..f1da55a7593 100644 --- a/gcc/tree-into-ssa.c +++ b/gcc/tree-into-ssa.c @@ -107,8 +107,8 @@ static VEC(tree,heap) *block_defs_stack; /* Basic block vectors used in this file ought to be allocated in the heap. We use pointer vector, because ints can be easily passed by value. */ -DEF_VEC_P(int); -DEF_VEC_ALLOC_P(int,heap); +DEF_VEC_I(int); +DEF_VEC_ALLOC_I(int,heap); /* Set of existing SSA names being replaced by update_ssa. */ static sbitmap old_ssa_names; |