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]
Other format: [Raw text]

Re: CSE bug (PR27363)


On Thursday 20 July 2006 11:37, Richard Sandiford wrote:
> Paul Brook <paul@codesourcery.com> writes:
> > +  /* Record destination addresses in the hash table.  This allows us to
> > +     check if they are invalidated by other sets.  */
> > +  for (i = 0; i < n_sets; i++)
> > +    {
> > +      if (sets[i].rtl)
> > +	{
> > +	  rtx x = SET_DEST (sets[i].rtl);
>
> I think this should be sets[i].inner_dest instead.  Looks good to me
> otherwise FWIW.

After checking with Mark I've applied to mainline and 4.1-branch with this 
change.

Paul


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