Fix MSVC warning.
authorRui Ueyama <ruiu@google.com>
Mon, 31 Mar 2014 20:04:37 +0000 (20:04 +0000)
committerRui Ueyama <ruiu@google.com>
Mon, 31 Mar 2014 20:04:37 +0000 (20:04 +0000)
commitf2529ba12735ee13f717352088ed0be2a18973d3
tree1a9a7347ccf71672badbbb764a3ac6c74bd1d387
parent4065ed4eb083b51f984c6815bd2867e80e0b1eb8
Fix MSVC warning.

This patch is to fix the following warning when compiled with MSVC 64 bit.

  warning C4334: '<<' : result of 32-bit shift implicitly converted to 64
  bits (was 64-bit shift intended?)

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@205245 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Support/Allocator.h