-
- Downloads
fwprop.c: Make emit-rtl.h include last.
* fwprop.c: Make emit-rtl.h include last. * rtlanal.c: Include emit-rtl.h. * genautomata.c: Output emit-rtl include into insn-automata.c * df-scan.c: Include emit-rtl.h. * haifa-sched.c: Indlude emit-rtl.h. * mode-switching.c: Indlude emit-rtl.h. * graph.c: Indlude emit-rtl.h. * sel-sched.c: Include emit-rtl.h. * sel-sched-ir.c: Include emit-rtl.h. * ira-build.c: Include emit-rtl.h. * emit-rtl.c: (first_insn, last_insn): Remove defines. (get_insns, set_first_insn, get_last_insn, set_last_insn, get_max_uid): Move to emit-rtl.h. (set_new_first_and_last_insn, get_last_insn_anywhere, get_first_nonnote_insn, get_last_nonnote_insn, try_split, make_call_insn_raw, add_insn_after, add_insn_before, remove_insn, delete_insns_since, reorder_insns_nobb, emit_insn_after_1, emit_debug_insn_before, emit_insn, start_sequence, push_to_sequence, push_to_sequence2, push_topmost_sequence, end_sequence, copy_insn): Use accessor functions. * emit-rtl.h (gen_blockage, gen_rtvec, copy_insn_1, copy_insn, gen_int_mode, emit_copy_of_insn_after, set_reg_attrs_from_value, set_reg_attrs_for_parm, set_reg_attrs_for_decl_rtl, adjust_reg_mode, mem_expr_equal_p): Move here from rtl.h (get_insns, set_first-insn, get_last_insn, set_last_insn, get_max_uid): Move here from emit-rtl.c; make inline. * cfglayout.h: Include emit-rtl.h * rtl.h (gen_blockage, gen_rtvec, copy_insn_1, copy_insn, gen_int_mode, emit_copy_of_insn_after, set_reg_attrs_from_value, set_reg_attrs_for_parm, set_reg_attrs_for_decl_rtl, adjust_reg_mode, mem_expr_equal_p, get_insns, set_first-insn, get_last_insn, set_last_insn, get_max_uid): Move to emit-rtl.h. * reg-stack.c: Include emit-rtl.h * dce.c: Likewise. From-SVN: r160111
Showing
- gcc/ChangeLog 36 additions, 0 deletionsgcc/ChangeLog
- gcc/Makefile.in 13 additions, 11 deletionsgcc/Makefile.in
- gcc/cfglayout.c 1 addition, 0 deletionsgcc/cfglayout.c
- gcc/dce.c 1 addition, 0 deletionsgcc/dce.c
- gcc/df-scan.c 1 addition, 0 deletionsgcc/df-scan.c
- gcc/emit-rtl.c 52 additions, 93 deletionsgcc/emit-rtl.c
- gcc/emit-rtl.h 53 additions, 0 deletionsgcc/emit-rtl.h
- gcc/fwprop.c 1 addition, 1 deletiongcc/fwprop.c
- gcc/genautomata.c 3 additions, 1 deletiongcc/genautomata.c
- gcc/graph.c 1 addition, 0 deletionsgcc/graph.c
- gcc/haifa-sched.c 1 addition, 0 deletionsgcc/haifa-sched.c
- gcc/ira-build.c 1 addition, 0 deletionsgcc/ira-build.c
- gcc/mode-switching.c 1 addition, 0 deletionsgcc/mode-switching.c
- gcc/reg-stack.c 1 addition, 0 deletionsgcc/reg-stack.c
- gcc/rtl.h 0 additions, 19 deletionsgcc/rtl.h
- gcc/rtlanal.c 1 addition, 0 deletionsgcc/rtlanal.c
- gcc/sel-sched-ir.c 1 addition, 0 deletionsgcc/sel-sched-ir.c
- gcc/sel-sched.c 1 addition, 0 deletionsgcc/sel-sched.c
Loading
Please register or sign in to comment