r214373 - in /trunk/gcc: ChangeLog rtlanal.c

dmalcolm@gcc.gnu.org dmalcolm@gcc.gnu.org
Fri Aug 22 20:53:00 GMT 2014


Author: dmalcolm
Date: Fri Aug 22 20:53:56 2014
New Revision: 214373

URL: https://gcc.gnu.org/viewcvs?rev=214373&root=gcc&view=rev
Log:
rtlanal.c: Use rtx_insn

gcc/
2014-08-22  David Malcolm  <dmalcolm@redhat.com>

	* rtlanal.c (reg_used_between_p): Strengthen local "insn" from rtx
	to rtx_insn *.
	(reg_set_between_p): Strengthen local "insn" from const_rtx to
	const rtx_insn *.
	(modified_between_p): Strengthen local "insn" from rtx to
	rtx_insn *.
	(remove_reg_equal_equiv_notes_for_regno): Likewise.
	(keep_with_call_p): Strengthen local "i2" from const_rtx to
	const rtx_insn *.


Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/rtlanal.c



More information about the Gcc-cvs mailing list