Switching -1ULL to UINT64_MAX to fix MSVC warnings. Patch thanks to Peng Cheng!
authorAaron Ballman <aaron@aaronballman.com>
Wed, 27 Feb 2013 18:38:33 +0000 (18:38 +0000)
committerAaron Ballman <aaron@aaronballman.com>
Wed, 27 Feb 2013 18:38:33 +0000 (18:38 +0000)
commit8660057d189eb567777ce5bca2b479da8108b5ad
treef45fce9d8987ae3dac9bf07ee9a281d3cb4483a5
parent6668a4293d57b7d9501c5a47e1192f79662ec49c
Switching -1ULL to UINT64_MAX to fix MSVC warnings.  Patch thanks to Peng Cheng!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@176197 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/ADT/APInt.h