This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [Ping] [PATCH, 2/10] prepare ccmp


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~


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]