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: cfg merge part 19 - gcse tweek


> Jan Hubicka wrote:
> > +   if (!set2 || !rtx_equal_p (set2, dest))
> 
> Do you mean
> !rtx_equal_p (SET_DEST (set2), dest)
> ?

Uhm, yes.  How many bugs I can create in such a simple patch :((
Sorry for that, my life is somewhat hectic these days.
I am re-bootstrapping with that change, I also verified that the
function adds the note when possible.

Honza
> 	
> -- 
> --------------------------
> SuperH
> 2430 Aztec West / Almondsbury / BRISTOL / BS32 4AQ
> T:+44 1454 462330


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