-
- Downloads
* tree-pass.h (pass_purge_lineno_notes): Remove declaration. * modulo-sched.c (find_line_note): Remove. (loop_canon_p): Do not worry about line number notes. (sms_schedule): Likewise. * cse.c (cse_main): Likewise. * regmove.c (fixup_match_1): Likewise * function.c (emit_return_info_block): Likewise. (expand_function_end): Likewise. (thread_prologue_an_epilogue_insns): Likewise. * cfgrtl.c (try_redirect_by_replacing_jump, rtl_tidy_fallthru_edge): Likewise. * emit-rtl.c (find_line_note, emit_insn_after_with_line_notes, emit_note_copy_after): Kill. (emit_note_copy): Do not worry about line numbers. * jump.c (purge_line_number_notes): Kill. (pass_purge_lineno_notes): Kill. * cfgcleanup.c (rest_of_handle_jump2): Kill purge_line_number_notes call. * rtl.h (emit_note_copy_after, emit_insn_after_with_line_notes): Kill. * passes.c (init_optimization_passes): Don't purge_lineno_notes. * sched-ebb.c (schedule_ebbs): Don't do rm_redundant_line_notes. * tree-pass.h (pass_purge_lineno_notes): Kill. * sched-ebb.c (schedule_ebb): Don't rm_line_notes, rm_redundant_line_notes. * sched-rgb.c (schedule_region): Don't rm_line_notes, rm_redundant_line_notes. * sched-int.h (rm_line_notes, rm_redundant_line_notes): Kill. * haifa-sched.c: Update comment about handling notes. (unlink_line_notes): Kill. (rm_line_notes): Kill. (save_line_notes): Simplify. (rm_redundant_line_notes): Kill. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@118693 138bc75d-0d04-0410-961f-82ee72b054a4
Showing
- gcc/ChangeLog 35 additions, 0 deletionsgcc/ChangeLog
- gcc/cfgcleanup.c 0 additions, 2 deletionsgcc/cfgcleanup.c
- gcc/cfgrtl.c 0 additions, 11 deletionsgcc/cfgrtl.c
- gcc/cse.c 2 additions, 11 deletionsgcc/cse.c
- gcc/emit-rtl.c 0 additions, 61 deletionsgcc/emit-rtl.c
- gcc/function.c 5 additions, 83 deletionsgcc/function.c
- gcc/haifa-sched.c 3 additions, 138 deletionsgcc/haifa-sched.c
- gcc/jump.c 0 additions, 56 deletionsgcc/jump.c
- gcc/modulo-sched.c 0 additions, 49 deletionsgcc/modulo-sched.c
- gcc/passes.c 0 additions, 1 deletiongcc/passes.c
- gcc/regmove.c 2 additions, 8 deletionsgcc/regmove.c
- gcc/rtl.h 0 additions, 2 deletionsgcc/rtl.h
- gcc/sched-ebb.c 0 additions, 4 deletionsgcc/sched-ebb.c
- gcc/sched-int.h 0 additions, 2 deletionsgcc/sched-int.h
- gcc/sched-rgn.c 0 additions, 5 deletionsgcc/sched-rgn.c
- gcc/tree-pass.h 0 additions, 1 deletiongcc/tree-pass.h
Loading
Please register or sign in to comment