* alias.c (memrefs_conflict_p): If x and y are the same VALUE,
authorjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 16 Apr 2010 09:26:43 +0000 (09:26 +0000)
committerjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 16 Apr 2010 09:26:43 +0000 (09:26 +0000)
commit6f9688ce13fbcb6e20676cf821b3824f8d052a0b
tree1728270296344efa111f7dd12bbe6946f34b601b
parentc9c28109de6ec319c6c675ed25d9c61aacb41c50
* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@158401 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/alias.c