[Patch] improve bfin conditional move support

Richard Henderson rth@redhat.com
Wed Mar 30 17:33:00 GMT 2011


On 03/29/2011 05:57 AM, Henderson, Stuart wrote:
> -  operands[1] = bfin_gen_compare (operands[1], SImode);
> +  operands[1] = bfin_gen_compare (operands[1], GET_MODE (operands[0]));

FWIW, you can use "<MODE>mode" to get the proper value
without having to read it from the operand.


r~



More information about the Gcc-patches mailing list