CSE bug (PR27363)

Richard Sandiford richard@codesourcery.com
Thu Jul 20 11:15:00 GMT 2006


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.

Richard



More information about the Gcc-patches mailing list