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]

r124557 - in /trunk/gcc: ChangeLog reload.c


Author: kkojima
Date: Tue May  8 22:22:49 2007
New Revision: 124557

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=124557
Log:
	PR rtl-optimization/28011
	* reload.c (push_reload): Set dont_share if IN appears in OUT
	also when IN is a PLUS rtx.
	(reg_overlap_mentioned_for_reload_p): Return true if X and IN
	are same PLUS rtx.


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


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