Change AliasAnalysis and its clients to use uint64_t instead of unsigned
authorDan Gohman <gohman@apple.com>
Tue, 19 Oct 2010 18:00:02 +0000 (18:00 +0000)
committerDan Gohman <gohman@apple.com>
Tue, 19 Oct 2010 18:00:02 +0000 (18:00 +0000)
commit4cccb87b4d766719cd8cdf98bed1d433d245adb0
treeec401e917c293c58c52f7c799de5a5200a91f739
parentf7d5278fb32b84b6218a222346202ab3af17057c
Change AliasAnalysis and its clients to use uint64_t instead of unsigned
for representing object sizes, for consistency with other parts of LLVM.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@116831 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Analysis/AliasAnalysis.cpp
lib/Analysis/AliasAnalysisEvaluator.cpp
lib/Analysis/AliasSetTracker.cpp
lib/Analysis/BasicAliasAnalysis.cpp
lib/Analysis/Lint.cpp