On 09/22/2014 11:43 PM, Zhenqiang Chen wrote:
> +       /* If jumps are cheap and the target does not support conditional
> +          compare, turn some more codes into jumpy sequences.  */
> +       else if (BRANCH_COST (optimize_insn_for_speed_p (), false) < 4
> +                && (targetm.gen_ccmp_first == NULL))

Don't add unnecessary parenthesis around the == expression.

Otherwise ok.


r~

Reply via email to