diff options
Diffstat (limited to 'gcc/emit-rtl.h')
-rw-r--r-- | gcc/emit-rtl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/emit-rtl.h b/gcc/emit-rtl.h index 39dfce9..52c72b1 100644 --- a/gcc/emit-rtl.h +++ b/gcc/emit-rtl.h @@ -104,7 +104,7 @@ struct GTY(()) rtl_data { /* List (chain of EXPR_LISTs) of all stack slots in this function. Made for the sake of unshare_all_rtl. */ - rtx_expr_list *x_stack_slot_list; + vec<rtx, va_gc> *x_stack_slot_list; /* List of empty areas in the stack frame. */ struct frame_space *frame_space_list; |