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: Conditional addition for i386


> On Tue, Jan 07, 2003 at 09:42:16PM +0100, Jan Hubicka wrote:
> > + /* Expand conditional increment or decrement using adb/sbb instructions.
> > +    The default case using setcc followed by the conditional move can be
> > +    done by generic code.  */
> > + int
> > + ix86_expand_int_addcc (operands)
> 
> This can't be the whole patch, since you've got nothing to
> invoke this function.
Hmm, there definitly was addcc expander calling the function.  I guess
i've killed it while I was splitting the patch into independent pieces.
Should I send updated patch?

Honza
> 
> 
> r~


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