]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/cselib.c
re PR rtl-optimization/57425 (RTL alias analysis unprepared to handle stack slot...
authorJoern Rennecke <joern.rennecke@embecosm.com>
Thu, 20 Jun 2013 12:43:29 +0000 (12:43 +0000)
committerJoern Rennecke <amylaar@gcc.gnu.org>
Thu, 20 Jun 2013 12:43:29 +0000 (13:43 +0100)
commitbd280792f0d07edaca70aabe97ab873bcdda8de2
tree9061645d80e98b754d68939deb5f6aaf1b2dbf33
parentd16e9a99f948b7080132e0c4830faa4f0eba712c
re PR rtl-optimization/57425 (RTL alias analysis unprepared to handle stack slot sharing)

        PR rtl-optimization/57425
        PR rtl-optimization/57569
        * alias.c (write_dependence_p): Remove parameters mem_mode and
        canon_mem_addr.  Add parameters x_mode, x_addr and x_canonicalized.
        Changed all callers.
        (canon_anti_dependence): Get comments and semantics in sync.
        Add parameter mem_canonicalized.  Changed all callers.
        * rtl.h (canon_anti_dependence): Update prototype.

From-SVN: r200241
gcc/ChangeLog
gcc/alias.c
gcc/cse.c
gcc/cselib.c
gcc/rtl.h