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: Redundant (?) test in ix86_expand_{setcc,int_movcc}


Richard

Richard Henderson wrote:
> 
> On Sat, Jan 08, 2000 at 06:36:44PM -0200, Alexandre Oliva wrote:
> > -  else if (reg_overlap_mentioned_p (dest, ix86_compare_op0)
> > -        || reg_overlap_mentioned_p (dest, ix86_compare_op0))
> 
> The second is clearly a typo for ix86_compare_op1.
> 
> r~

This is not the only instance of this typo there is another in
ix86_expand_int_movcc()

Graham

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