Try to fix the MSVC build.
authorBenjamin Kramer <benny.kra@googlemail.com>
Thu, 12 Feb 2015 19:53:49 +0000 (19:53 +0000)
committerBenjamin Kramer <benny.kra@googlemail.com>
Thu, 12 Feb 2015 19:53:49 +0000 (19:53 +0000)
commit193c94b459cefb5b94b8324ff817ced672ab8374
treef5b931395dc60937864dce595ad9ad13c2a87849
parenta07d9b9a4b9a51262cb413b2e726f5bfcdc5e8e6
Try to fix the MSVC build.

0xFFFFFFFFFFFFFFFFLL doesn't fit in a long long so it should have
type 'unsigned long long'. MSVC thinks it's a (signed) __int64.

llvm-svn: 228950
llvm/unittests/Support/MathExtrasTest.cpp