r240361 - in /trunk/gcc: ChangeLog cfgcleanup.c...

tbsaunde@gcc.gnu.org tbsaunde@gcc.gnu.org
Thu Sep 22 13:16:00 GMT 2016


Author: tbsaunde
Date: Thu Sep 22 13:16:41 2016
New Revision: 240361

URL: https://gcc.gnu.org/viewcvs?rev=240361&root=gcc&view=rev
Log:
make next/prev active_insn and active_insn_p take rtx_insn *

gcc/ChangeLog:

2016-09-22  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>

	* emit-rtl.c (next_active_insn): Change argument type to
	rtx_insn *.
	(prev_active_insn): Likewise.
	(active_insn_p): Likewise.
	* rtl.h: Adjust prototypes.
	* cfgcleanup.c (merge_blocks_move_successor_nojumps): Adjust.
	* config/arc/arc.md: Likewise.
	* config/pa/pa.c (branch_to_delay_slot_p): Likewise.
	(branch_needs_nop_p): Likewise.
	(use_skip_p): Likewise.
	* config/sh/sh.c (gen_block_redirect): Likewise.
	(split_branches): Likewise.
	* reorg.c (optimize_skip): Likewise.
	(fill_simple_delay_slots): Likewise.
	(fill_slots_from_thread): Likewise.
	(relax_delay_slots): Likewise.
	* resource.c (mark_target_live_regs): Likewise.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/cfgcleanup.c
    trunk/gcc/config/arc/arc.md
    trunk/gcc/config/pa/pa.c
    trunk/gcc/config/sh/sh.c
    trunk/gcc/emit-rtl.c
    trunk/gcc/reorg.c
    trunk/gcc/resource.c
    trunk/gcc/rtl.h



More information about the Gcc-cvs mailing list