Author: ktkachov
Date: Thu Jul 23 09:21:27 2015
New Revision: 226094
URL: https://gcc.gnu.org/viewcvs?rev=226094&root=gcc&view=rev
Log:
[combine][obvious] Use std::swap in try_combine
* combine.c (try_combine): Use std::swap instead of manually
swapping.
Modified:
trunk/gcc/ChangeLog
trunk/gcc/combine.c