static_cast to long, otherwise MSVC 2008 won't compile.
authorFrancois Pichet <pichet2000@gmail.com>
Mon, 4 Oct 2010 12:31:20 +0000 (12:31 +0000)
committerFrancois Pichet <pichet2000@gmail.com>
Mon, 4 Oct 2010 12:31:20 +0000 (12:31 +0000)
commit2e0affb428f49d42a5db705d054492fad98ffd11
treed079e5475607a7216bd3864ee56a7d2226d4abb8
parentab62b7e8618bda8063b49afab181bc7ed5546104
static_cast to long, otherwise MSVC 2008 won't compile.

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