On 05/04/12 00:30, Andrew Pinski wrote: > +static rtx > +expand_cond_expr_using_cmove (tree treeop0, tree treeop1, tree treeop2) > +{ > +#ifdef HAVE_conditional_move
You'll need ATTRIBUTE_UNUSED markers here. Otherwise ok. r~
On 05/04/12 00:30, Andrew Pinski wrote: > +static rtx > +expand_cond_expr_using_cmove (tree treeop0, tree treeop1, tree treeop2) > +{ > +#ifdef HAVE_conditional_move
You'll need ATTRIBUTE_UNUSED markers here. Otherwise ok. r~