]> git.ipfire.org Git - thirdparty/gcc.git/commit
function.h (struct rtl_data): Remove epilogue_delay_list.
authorSteven Bosscher <steven@gcc.gnu.org>
Sun, 2 Dec 2012 15:43:16 +0000 (15:43 +0000)
committerSteven Bosscher <steven@gcc.gnu.org>
Sun, 2 Dec 2012 15:43:16 +0000 (15:43 +0000)
commitfa967f341ce38053b0baf106454139e29786d061
tree40704ce2247e1f60996a197b9440d8b19311886f
parent474d486a73cc9fb511c489e902b5cea51f1ae640
function.h (struct rtl_data): Remove epilogue_delay_list.

* 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.

From-SVN: r194053
gcc/ChangeLog
gcc/cfgrtl.c
gcc/except.c
gcc/final.c
gcc/function.h
gcc/reorg.c
gcc/varasm.c