diff options
author | Chris Lattner <sabre@nondot.org> | 2005-01-29 17:16:07 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2005-01-29 17:16:07 +0000 |
commit | 0701b78768663cf8b2310775eb8d8272d0765fd9 (patch) | |
tree | d570f4cd63dda0689e6f760c1c521b3f33d0e1cc /llvm/lib/CodeGen/MachineBasicBlock.cpp | |
parent | bb4384ba71b4ce5a28a76ea354ab54136c71e1c4 (diff) | |
download | llvm-0701b78768663cf8b2310775eb8d8272d0765fd9.zip llvm-0701b78768663cf8b2310775eb8d8272d0765fd9.tar.gz llvm-0701b78768663cf8b2310775eb8d8272d0765fd9.tar.bz2 |
There is no reason to include ostream here, include iosfwd instead.
This file was schizophrenic when it came to representing sizes. In some
cases it represented them as 'unsigneds', 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: 19917
Diffstat (limited to 'llvm/lib/CodeGen/MachineBasicBlock.cpp')
0 files changed, 0 insertions, 0 deletions