Don't assume size_t is unsigned long long.
authorMatt Beaumont-Gay <matthewbg@google.com>
Mon, 7 May 2012 18:12:42 +0000 (18:12 +0000)
committerMatt Beaumont-Gay <matthewbg@google.com>
Mon, 7 May 2012 18:12:42 +0000 (18:12 +0000)
commitd58518a8b60962988c0b27803fc8e89916a5d80f
treef31d43c258d76cb55d43e8eafc3def856ccbc150
parented57984483b9268c30c71031fca07e71b985f169
Don't assume size_t is unsigned long long.

Fixes a -Woverflow warning from gcc when building for 32-bit platforms.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@156313 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Support/SourceMgr.cpp