Re: [PATCH] [ARM] Fix constraint modifiers for VFP patterns.

2011-06-28 Thread Ramana Radhakrishnan
On 28 June 2011 15:20, Ramana Radhakrishnan wrote: > Hi, > > Sometime back Chung-Lin noticed that a few of the VFP patterns as below > had the '+' constraint modifiers rather than the '=' constraint > modifiers. > > I've now corrected this as follows and tested this on trunk with > arm-linux-gnue

[PATCH] [ARM] Fix constraint modifiers for VFP patterns.

2011-06-28 Thread Ramana Radhakrishnan
Hi, Sometime back Chung-Lin noticed that a few of the VFP patterns as below had the '+' constraint modifiers rather than the '=' constraint modifiers. I've now corrected this as follows and tested this on trunk with arm-linux-gnueabi and qemu for a v7-a neon test run. Committed. cheers Ramana