From d052c312c5545c50dee633d0d2a2436ea4e7af21 Mon Sep 17 00:00:00 2001 From: steven Date: Sun, 2 Dec 2012 15:43:16 +0000 Subject: * function.h (struct rtl_data): Remove epilogue_delay_list. * reorg.c (find_end_label): Simplify always-true test. (optimize_skip): Likewise. * final.c (leaf_function_p): Don't loop over epilogue_delay_list. (leaf_renumber_regs): Likewise. * varasm.c (mark_constant_pool): Likewise. * except.c (set_nothrow_function_flags): Likewise. * cfgrtl.c (print_rtl_with_bb): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@194053 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/function.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'gcc/function.h') diff --git a/gcc/function.h b/gcc/function.h index 63704d4fb09..dd7f099e8a5 100644 --- a/gcc/function.h +++ b/gcc/function.h @@ -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; -- cgit v1.2.1