This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r214342 - in /trunk/gcc: ChangeLog loop-doloop.c


Author: dmalcolm
Date: Fri Aug 22 18:06:16 2014
New Revision: 214342

URL: https://gcc.gnu.org/viewcvs?rev=214342&root=gcc&view=rev
Log:
loop-doloop.c: Use rtx_insn in a few places

gcc/
	* loop-doloop.c (doloop_valid_p): Strengthen local "insn" from rtx
	to rtx_insn *.
	(add_test): Likewise for locals "seq", "jump".
	(doloop_modify): Likewise for locals "sequence", "jump_insn".


Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/loop-doloop.c


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]