Fix SampleProf code on LLP64 platforms with stoull
authorReid Kleckner <rnk@google.com>
Thu, 6 Sep 2018 23:35:58 +0000 (23:35 +0000)
committerReid Kleckner <rnk@google.com>
Thu, 6 Sep 2018 23:35:58 +0000 (23:35 +0000)
commit8c4db5da5fe4ec63c9968adfe4965c41ff16a8bf
tree364128130749867ade32c597f715f3c5880a2c22
parentd0d0cb38bebefd3804cd66c3f65cce019fb83979
Fix SampleProf code on LLP64 platforms with stoull

Otherwise, stoul will throw an out of range exception if the integer
doesn't fit in a 32-bit number.

llvm-svn: 341604
llvm/include/llvm/ProfileData/SampleProf.h