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]

r193359 - in /trunk/gcc: ChangeLog postreload.c


Author: steven
Date: Fri Nov  9 12:31:32 2012
New Revision: 193359

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=193359
Log:
	PR middle-end/54385
	* postreload.c (reload_cse_simplify): Return a bool indicating
	whether the CFG was changed.
	(reload_cse_regs_1): Traverse the CFG instead of the insns chain.
	Cleanup the CFG if edges may have been removed.
	(reload_cse_regs): Update.


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


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