[PATCH: ARM] PR 45335 Use ldrd and strd to access two consecutive words

Jie Zhang jie@codesourcery.com
Thu Jan 27 05:42:00 GMT 2011


Hi Carrot,

I just found your patch is not in a good format. See the following piece 
of it:

On 01/18/2011 10:59 PM, Carrot Wei wrote:
> +      /* TARGET_ARM  */
> +      if (((regno1&  1) == 0)&&  ((regno1 + 1) == regno2))
> /* ldrd  */
> +	return true;
> +

The "/* ldrd */" line is bad and patch reports an error for it. There 
are several other similar cases. So the patch can't be applied easily. 
Could you resend your patch, in a good format?


Regards,
-- 
Jie Zhang



More information about the Gcc-patches mailing list