Re: Use cbranch optabs in ifcvt.c

2015-08-24 Thread Jeff Law
On 08/24/2015 05:20 AM, Richard Sandiford wrote: Similarly to the patch for cmpstr(n), this patch uses the optabs interface for cbranchcc4 instead of using HAVE_cbranchcc4 directly. I've cached the result in a pass-local variable (valid only for the duration of the pass). The references to incsc

Use cbranch optabs in ifcvt.c

2015-08-24 Thread Richard Sandiford
Similarly to the patch for cmpstr(n), this patch uses the optabs interface for cbranchcc4 instead of using HAVE_cbranchcc4 directly. I've cached the result in a pass-local variable (valid only for the duration of the pass). The references to incscc and decscc are dead. The only reference to them