Re-install recently reverted patch. * emit-rtl.c (try_split): Update mark_jump_label call. * flow.c (find_sub_basic_blocks): Likewise. * jump.c (cross_jump_death_matters, find_cross_jump, do_cross_jump, jump_back_p): Kill. (mark_all_labels): Kill second parameter. (jump_optimize, jump_optimize_1): Kill cross_jump parameter. (rebuild_jump_labels, jump_optimize_minimal): Update call of jump_optimize_1. (jump_optimize_1): Kill crossjumping code. (mark_jump_label): Kill cross_jump parameter. * rtl.h (mark_jump_label, jump_optimize): Update prototypes. (JUMP_CROSS_JUMP, JUMP_CROSS_JUMP_DEATH_MATTERS): Kill. * reg-stack.c (reg_to_stack): Do not rebuild if not needed; do splitting. * toplev.c (enum dump_file_index): Kill DFI_jump2; put DFI_stack before DFI_bpro. (dump_file_info): Likewise. (rest_of_compilation): Update calls to jump_optimize; kill jump2 pass; reorganize passes to do reg-stack first, bb-reorder second. * invoke.texi (-d letters doc): Remove the jump2 pass. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@44008 138bc75d-0d04-0410-961f-82ee72b054a4
Showing
- gcc/ChangeLog 24 additions, 0 deletionsgcc/ChangeLog
- gcc/doc/invoke.texi 0 additions, 3 deletionsgcc/doc/invoke.texi
- gcc/emit-rtl.c 1 addition, 1 deletiongcc/emit-rtl.c
- gcc/flow.c 1 addition, 1 deletiongcc/flow.c
- gcc/jump.c 31 additions, 474 deletionsgcc/jump.c
- gcc/reg-stack.c 5 additions, 1 deletiongcc/reg-stack.c
- gcc/rtl.h 2 additions, 4 deletionsgcc/rtl.h
- gcc/toplev.c 30 additions, 56 deletionsgcc/toplev.c
Loading
Please register or sign in to comment