[ifcvt][obvious] Use std::swap instead of manually swapping
commit67d7574906cdca1912272588f63e01aa90efebb2
authorktkachov <ktkachov@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 12 Jun 2015 13:18:17 +0000 (12 13:18 +0000)
committerktkachov <ktkachov@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 12 Jun 2015 13:18:17 +0000 (12 13:18 +0000)
tree1b1da174b1651e19470693536e4c4f14643d99df
parent69639d4b3e8a80a388c32f169d79ef46332ea812
[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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@224429 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/ifcvt.c