Fix a pointer-arithmetic bug that caused 64-bit host pointer values to
authorDan Gohman <gohman@apple.com>
Mon, 28 Apr 2008 20:25:15 +0000 (20:25 +0000)
committerDan Gohman <gohman@apple.com>
Mon, 28 Apr 2008 20:25:15 +0000 (20:25 +0000)
commit3e2dda63d03b84e558c757fae67ee8fe028b9124
treebefc8ee5a44402629f91dc16d686a442f109088b
parent00acf97feb2cba053a07505dfad9116ad09aae7a
Fix a pointer-arithmetic bug that caused 64-bit host pointer values to
be truncated to 32 bits. This fixes the recent Benchmarks/McCat/09-vor
regression on x86-64, among other things.

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