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: [i386 PATCH] PR26600: SSE2 related ICE in reload (take 2)


On Saturday 13 May 2006 22:18, Steven Bosscher wrote:
> On Saturday 13 May 2006 17:26, Roger Sayle wrote:
> > +     case CONST_VECTOR:
> > +       if (x == CONST0_RTX (GET_MODE (x)))
> > + 	return true;
> > +       return false;
>
> Typo.

Ehm, forget that.  It just looks like 

            if (x == CONST0_RTX (GET_MODE (x)))
            return true;
            return false;

in my mailer, but I overlooked the if.  Sorry.

Gr.
Steven


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