]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/function.h
function.h (struct rtl_data): Remove epilogue_delay_list.
[thirdparty/gcc.git] / gcc / function.h
index 63704d4fb09e1aa2a5ab1fe704974e723c4eed44..dd7f099e8a5e6f6b3aa2a35b3d2e1fdfd71db253 100644 (file)
@@ -341,10 +341,6 @@ struct GTY(()) rtl_data {
 
   /* For reorg.  */
 
-  /* If some insns can be deferred to the delay slots of the epilogue, the
-     delay list for them is recorded here.  */
-  rtx epilogue_delay_list;
-
   /* Nonzero if function being compiled called builtin_return_addr or
      builtin_frame_address with nonzero count.  */
   bool accesses_prior_frames;