]> git.ipfire.org Git - thirdparty/gcc.git/commit
tree-ssa-math-opts.c (find_bswap_or_nop_1): Use uint64_t type for the left shift...
authorJakub Jelinek <jakub@redhat.com>
Tue, 28 Oct 2014 13:51:28 +0000 (14:51 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Tue, 28 Oct 2014 13:51:28 +0000 (14:51 +0100)
commit8ae9ab2b11d25d6ae99af9b1abfd56db9d9948ea
treee660de05b85d32d6e26e89fd9e21b832f8040d88
parent4519ff2ed42b08c79ff4fb84043860828797d23a
tree-ssa-math-opts.c (find_bswap_or_nop_1): Use uint64_t type for the left shift in CASE_CONVERT case.

* tree-ssa-math-opts.c (find_bswap_or_nop_1): Use uint64_t
type for the left shift in CASE_CONVERT case.

From-SVN: r216793
gcc/ChangeLog
gcc/tree-ssa-math-opts.c