Re: [PATCH][simplify-rtx][trivial] Use std::swap instead of manually swapping

2015-04-27 Thread Jeff Law
On 04/27/2015 03:55 AM, Kyrill Tkachov wrote: Hi all, This patch replaces in simplify-rtx.c the manual swapping of values with std::swap. Precedents suggest these are considered obvious changes. Bootstrapped and tested on aarch64, x86_64. Will commit as obvious in a couple of days if no one ob

[PATCH][simplify-rtx][trivial] Use std::swap instead of manually swapping

2015-04-27 Thread Kyrill Tkachov
Hi all, This patch replaces in simplify-rtx.c the manual swapping of values with std::swap. Precedents suggest these are considered obvious changes. Bootstrapped and tested on aarch64, x86_64. Will commit as obvious in a couple of days if no one objects Thanks, Kyrill 2015-04-27 Kyrylo Tkac