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]

r217088 - in /trunk/gcc: ChangeLog bb-reorder.c


Author: bernds
Date: Tue Nov  4 15:25:37 2014
New Revision: 217088

URL: https://gcc.gnu.org/viewcvs?rev=217088&root=gcc&view=rev
Log:
Make a temporary sequence for a jump emitted only to examine its length.

	* bb-reorder.c (get_uncond_jump_length): Avoid using delete_insn,
	emit into a sequence instead.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/bb-reorder.c


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