aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/MachineBasicBlock.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2005-01-29 17:17:18 +0000
committerChris Lattner <sabre@nondot.org>2005-01-29 17:17:18 +0000
commit800b72445f31b60c2db7ec4b60e9a064d80b876d (patch)
treef57b3efb2d3b84a888403c5321cf864952a3ed2e /llvm/lib/CodeGen/MachineBasicBlock.cpp
parent0701b78768663cf8b2310775eb8d8272d0765fd9 (diff)
downloadllvm-800b72445f31b60c2db7ec4b60e9a064d80b876d.zip
llvm-800b72445f31b60c2db7ec4b60e9a064d80b876d.tar.gz
llvm-800b72445f31b60c2db7ec4b60e9a064d80b876d.tar.bz2
This file was schizophrenic when it came to representing sizes. In some
cases it represented them as 'unsigned's, which are not enough for 64-bit hosts. In other cases, it represented them as uint64_t's, which are inefficient for 32-bit hosts. This patch unifies all of the sizes to use size_t instead. llvm-svn: 19918
Diffstat (limited to 'llvm/lib/CodeGen/MachineBasicBlock.cpp')
0 files changed, 0 insertions, 0 deletions