*** empty log message ***

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3185 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner
2002-07-31 19:32:01 +00:00
parent 49af5e4131
commit 1b0a63fa64
4 changed files with 12 additions and 10 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ void IntervalPartition::destroy() {
RootInterval = 0;
}
void IntervalPartition::print(ostream &O) const {
void IntervalPartition::print(std::ostream &O) const {
std::copy(begin(), end(),
std::ostream_iterator<const Interval *>(O, "\n"));
}