*** 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
@@ -27,7 +27,7 @@ bool Interval::isLoop() const {
}
void Interval::print(ostream &o) const {
void Interval::print(std::ostream &o) const {
o << "-------------------------------------------------------------\n"
<< "Interval Contents:\n";