Replace memcpys by a static_cast and an integral promotion.
authorDmitri Gribenko <gribozavr@gmail.com>
Thu, 10 Jan 2013 21:21:32 +0000 (21:21 +0000)
committerDmitri Gribenko <gribozavr@gmail.com>
Thu, 10 Jan 2013 21:21:32 +0000 (21:21 +0000)
commitf6b6c37ca2a943a0a0f0407939b7633d7d62e321
tree27ff91b5fe9663e38f4beead34fdd31e22a1076f
parent197616adda994d9c3f8fe46b2f5b5b34a1f164ad
Replace memcpys by a static_cast and an integral promotion.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@172108 91177308-0d34-0410-b5e6-96231b3b80d8
unittests/Support/YAMLIOTest.cpp