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: Fix for incompletely duplicated code in strength_reduce


>  > Probably should be using !=, since in that case last_consec_insn will always
>  > have a useful value as set by consec_sets_giv. 
> 
> This fixes the symptoms...but was not the panacea I was hoping for...

What do you mean with that?  last_consec_insn is set iff
(VARRAY_INT (n_times_set, REGNO (dest_reg)) != 1) .


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