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
1 file changed
tree: f57b3efb2d3b84a888403c5321cf864952a3ed2e
  1. llvm/