On 4 February 2015 at 12:18, Kyrill Tkachov <kyrylo.tkac...@arm.com> wrote: > Hi all, > > This patch makes use of std::swap in every peephole2 of aarch64-ldp-stp.md > instead of manually swapping rtxen. > No functional change, just a cleanup. > Bootstrapped and tested on aarch64. > > I'm proposing this for next stage1 together with the other AArch64 patch > that > moves a couple of places of aarch64.c to use std::swap > (https://gcc.gnu.org/ml/gcc-patches/2014-11/msg01426.html) > > Thanks, > Kyrill > > 2015-02-04 Kyrylo Tkachov <kyrylo.tkac...@arm.com> > > * config/aarch64/aarch64-ldpstp.md: Use std::swap instead of > manual swaps in all peepholes.
OK for this and the related one linked above to go in now. /Marcus