]> gcc.gnu.org Git - gcc.git/commit
PR c/6689, PR optimization/6615
authorDavid S. Miller <davem@redhat.com>
Fri, 17 May 2002 17:01:06 +0000 (10:01 -0700)
committerDavid S. Miller <davem@gcc.gnu.org>
Fri, 17 May 2002 17:01:06 +0000 (10:01 -0700)
commit5ca9299f10baafa4f376871390638fd5dcf42cde
tree37c3b6b43a5c89da93d5a9a3727f36603d99b384
parent508bc1723a870c18046ac2cd68f9d37be71eebdf
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: r53561
gcc/ChangeLog
gcc/local-alloc.c
This page took 0.059857 seconds and 5 git commands to generate.