Re: [Ping] [PATCH, ifcvt] Fix PR63917

2014-12-09 Thread Richard Henderson
On 12/04/2014 05:16 PM, Zhenqiang Chen wrote: +static rtx +cc_in_cond (rtx cond) +{ + if ((HAVE_cbranchcc4) cond Silly parens around the HAVE_cbranchcc4. + (GET_MODE_CLASS (GET_MODE (XEXP (cond, 0))) == MODE_CC)) More silly parens around the ==. + /* Skip it if the instruction

[Ping] [PATCH, ifcvt] Fix PR63917

2014-12-04 Thread Zhenqiang Chen
Ping? Thanks! -Zhenqiang -Original Message- From: gcc-patches-ow...@gcc.gnu.org [mailto:gcc-patches-ow...@gcc.gnu.org] On Behalf Of Zhenqiang Chen Sent: Monday, December 01, 2014 3:14 PM To: 'H.J. Lu' Cc: Richard Henderson; GCC Patches Subject: RE: [PATCH, ifcvt] Fix PR63917