]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/function.h
rtl_data.x_stack_slot_list becomes an rtx_expr_list
[thirdparty/gcc.git] / gcc / function.h
index a176e0ac66bab794b80a2cc33187758759f8a036..1f8da7a6a660156a6b8aa7c23139eb0b3893356d 100644 (file)
@@ -280,7 +280,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 x_stack_slot_list;
+  rtx_expr_list *x_stack_slot_list;
 
   /* List of empty areas in the stack frame.  */
   struct frame_space *frame_space_list;