[i386][obvious] Use std::swap instead of manually swapping in a couple of places
authorKyrylo Tkachov <kyrylo.tkachov@arm.com>
Fri, 19 Jun 2015 11:05:02 +0000 (11:05 +0000)
committerKyrylo Tkachov <ktkachov@gcc.gnu.org>
Fri, 19 Jun 2015 11:05:02 +0000 (11:05 +0000)
commit3fc4f5cd9345bf1fcf348fa46afccde67dbd398d
tree5a502525ac07d82fc75ed4de86c0cf9029b28561
parent97d39d4133a547136c9831b743e6f96a29494610
[i386][obvious] Use std::swap instead of manually swapping in a couple of places

* config/i386/i386.c (ix86_function_versions): Use std::swap instead
of manually swapping.
(expand_vec_perm_interleave2): Likewise.

From-SVN: r224647
gcc/ChangeLog
gcc/config/i386/i386.c