On Sat, Sep 20, 2014 at 2:23 PM, Segher Boessenkool
wrote:
> Currently NE isn't handled at all. Handle it the same as EQ, LTU, GTU.
>
>
> 2014-09-20 Segher Boessenkool
>
> * config/rs6000/rs6000.c (rs6000_rtx_costs) : New.
Okay.
Thanks, David
Currently NE isn't handled at all. Handle it the same as EQ, LTU, GTU.
2014-09-20 Segher Boessenkool
* config/rs6000/rs6000.c (rs6000_rtx_costs) : New.
---
gcc/config/rs6000/rs6000.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/gcc/config/rs6000/rs6000.c b/gcc/config/rs6000