]> git.ipfire.org Git - thirdparty/gcc.git/commit
PR c/6689, PR optimization/6615
authorDavid S. Miller <davem@redhat.com>
Fri, 17 May 2002 16:58:03 +0000 (09:58 -0700)
committerDavid S. Miller <davem@gcc.gnu.org>
Fri, 17 May 2002 16:58:03 +0000 (09:58 -0700)
commit4e4506a9b4510176a657f3f77afabccd439aa18c
treed1f99996d38fa7199e92c5396b15b11e6ce11649
parentcb12158798a3b26974551db7bcae7e3172bfccd2
PR c/6689, PR optimization/6615

2002-05-17  David S. Miller  <davem@redhat.com>

PR c/6689, PR optimization/6615
* local-alloc.c (struct equivalence): Rename 'src' to 'src_p'
and make it a pointer to rtx.  Update comments.
(update_equiv_regs): When scanning for equivalences, record
address of SET_SRC (set) in reg_equiv[].src_p.  Dereference
it while making the equiv replacements.

From-SVN: r53560
gcc/ChangeLog
gcc/local-alloc.c