diff options
author | Daniel Dunbar <daniel@zuster.org> | 2009-08-18 23:36:04 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2009-08-18 23:36:04 +0000 |
commit | 17a6fd2299625fb220e6888683878d8df691141b (patch) | |
tree | 64f5a4a3da41da53032c5e166f5fe2adb976aefd /llvm/lib/Analysis/AliasAnalysis.cpp | |
parent | 305be0e603b0a0179ad01bc5d37f9c1dfc793be5 (diff) | |
download | bcm5719-llvm-17a6fd2299625fb220e6888683878d8df691141b.tar.gz bcm5719-llvm-17a6fd2299625fb220e6888683878d8df691141b.zip |
raw_ostream: Reduce FormattedStream's reliance on raw_ostream's implementation.
- Kill off begin(), end(), and iterator. It isn't clear what these
mean. Instead provide getBufferStart(), which can be used with
GetNumBytesInBuffer to the same effect.
- Update ComputeColumn to take arguments for the buffer to scan, this
simplifies the implementation of write_impl substantially.
- This should also fix possible problems with the scanning pointer pointing
outside of the current raw_ostream buffer.
llvm-svn: 79379
Diffstat (limited to 'llvm/lib/Analysis/AliasAnalysis.cpp')
0 files changed, 0 insertions, 0 deletions