This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: small CSE bugfix


Richard Henderson <rth@redhat.com> writes:

> On Wed, Jul 25, 2001 at 08:44:07PM +0400, Denis Chertykov wrote:
> > I think it's equal to:
> > 
> >   rtx old = XEXP (x, 0);
> >   XEXP (x, 0) = cse_process_notes (XEXP (x, 0), x);
> >   if (! memory_address_p (GET_MODE (x), x))
> >     XEXP (x, 0) = old;
> 
> Oh, I see.  The patch is fine.

Commited to both branches (3.1 and 3.0).

Denis.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]