]> git.ipfire.org Git - thirdparty/gcc.git/commit
sh.c: Do not include algorithm.
authorUros Bizjak <ubizjak@gmail.com>
Sun, 16 Nov 2014 11:50:29 +0000 (12:50 +0100)
committerUros Bizjak <uros@gcc.gnu.org>
Sun, 16 Nov 2014 11:50:29 +0000 (12:50 +0100)
commit6f23a2d08903c793134a3dedf18a34d36ce6c78d
treef59c9fee672cd745722441e08db0d909086949fd
parent24b5038632010c92013aa66078c207a28fb09f51
sh.c: Do not include algorithm.

* config/sh/sh.c: Do not include algorithm.
(sh_emit_scc_to_t): Replace open-coded swap with std::swap
to swap values.
(sh_emit_compare_and_branch): Ditto.
(sh_emit_compare_and_set): Ditto.
* config/sh/sh.md (replacement peephole2): Ditto.
(cstore4_media): Ditto.
(*fmasf4): Ditto.

From-SVN: r217626
gcc/ChangeLog
gcc/config/sh/sh.c
gcc/config/sh/sh.md