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]

r158401 - in /trunk/gcc: ChangeLog alias.c


Author: jakub
Date: Fri Apr 16 09:26:43 2010
New Revision: 158401

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=158401
Log:
	* alias.c (memrefs_conflict_p): If x and y are the same VALUE,
	don't call get_addr on both.  If one expression is a VALUE and
	the other a REG, check VALUE's locs if the REG isn't among them.

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


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