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]

r214596 - in /trunk/gcc: ChangeLog jump.c


Author: dmalcolm
Date: Wed Aug 27 20:08:32 2014
New Revision: 214596

URL: https://gcc.gnu.org/viewcvs?rev=214596&root=gcc&view=rev
Log:
jump.c: Use rtx_sequence

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

	* jump.c (mark_jump_label_1): Within the SEQUENCE case, introduce
	local "seq" with a checked cast, and use methods of rtx_sequence
	to clarify the code.


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


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