Fix "large integer implicitly truncated to unsigned type"
authorDuncan Sands <baldrick@free.fr>
Thu, 16 Oct 2008 09:14:58 +0000 (09:14 +0000)
committerDuncan Sands <baldrick@free.fr>
Thu, 16 Oct 2008 09:14:58 +0000 (09:14 +0000)
commitddbe5cbb10bd480ebf11998a52e8e5e3851ad152
tree6af2cde419a4e5da90e276c26342db56e25db549
parent078ae1e6ee67dd9aaa8fe1581b97dc86e94a4d15
Fix "large integer implicitly truncated to unsigned type"
warning on x86-64 with gcc-4.3.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57634 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Analysis/EscapeAnalysis.cpp