]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/alias.c
fix sched compare regression
authorAlexandre Oliva <aoliva@redhat.com>
Fri, 21 Aug 2015 20:03:14 +0000 (20:03 +0000)
committerAlexandre Oliva <aoliva@gcc.gnu.org>
Fri, 21 Aug 2015 20:03:14 +0000 (20:03 +0000)
commit2d88904a41a16649193d96b42ccd415c57e08b71
tree04034272b68fd7bb4a52600de902cf6c0e66ea0c
parent18c05628a6a75bce5be48547edb9c75e3f6dab76
fix sched compare regression

for  gcc/ChangeLog

PR rtl-optimization/64164
PR rtl-optimization/67227
* alias.c (memrefs_conflict_p): Handle VALUEs in PLUS better.
(nonoverlapping_memrefs_p): Test offsets and sizes when given
identical gimple_reg exprs.

From-SVN: r227085
gcc/ChangeLog
gcc/alias.c