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)
commit3d24eee47b2bd0212cb586e1a91f0076de0ce7e3
tree0272f391f2a860eeb8d3d8452ad4bfd1b872b1f3
parent17a113d26bb1838e0523d9eb97ded7529ce69a4d
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.

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