diff options
Diffstat (limited to 'gcc/function.h')
-rw-r--r-- | gcc/function.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/function.h b/gcc/function.h index 282e04c..859709f 100644 --- a/gcc/function.h +++ b/gcc/function.h @@ -346,7 +346,7 @@ struct function GTY(()) location_t function_end_locus; /* Array mapping insn uids to blocks. */ - struct varray_head_tag *ib_boundaries_block; + VEC(tree,gc) *ib_boundaries_block; /* The variables unexpanded so far. */ tree unexpanded_var_list; |