Re: [PATCH][ARM] Use std::swap instead of manually swapping

2014-11-18 Thread Ramana Radhakrishnan
On Thu, Nov 13, 2014 at 9:42 AM, Kyrill Tkachov wrote: > Hi all, > > Following the trend in i386 and alpha, this patch uses std::swap to perform > swapping of values in the arm backend instead of declaring temporaries. > Tested and bootstrapped on arm-none-linux-gnueabihf. > > Ok for trunk? OK -

[PATCH][ARM] Use std::swap instead of manually swapping

2014-11-13 Thread Kyrill Tkachov
Hi all, Following the trend in i386 and alpha, this patch uses std::swap to perform swapping of values in the arm backend instead of declaring temporaries. Tested and bootstrapped on arm-none-linux-gnueabihf. Ok for trunk? Thanks, Kyrill 2014-11-13 Kyrylo Tkachov * config/arm/arm.md