[ifcvt][obvious] Use std::swap instead of manually swapping
authorKyrylo Tkachov <kyrylo.tkachov@arm.com>
Fri, 12 Jun 2015 13:18:17 +0000 (13:18 +0000)
committerKyrylo Tkachov <ktkachov@gcc.gnu.org>
Fri, 12 Jun 2015 13:18:17 +0000 (13:18 +0000)
commitd8204b12f67e69835e793d6700b09bf7e1a474a8
tree1b1da174b1651e19470693536e4c4f14643d99df
parent7388ee9e9b9e899ec7939e84716af40c43d7d6d4
[ifcvt][obvious] Use std::swap instead of manually swapping

* ifcvt.c (noce_try_store_flag_constants): Use std::swap instead of
manually swapping.
(noce_try_cmove_arith): Likewise.
(noce_get_alt_condition): Likewise.

From-SVN: r224429
gcc/ChangeLog
gcc/ifcvt.c