Add flush

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4619 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner
2002-11-08 01:21:07 +00:00
parent 6f23963adc
commit 33312f7031
3 changed files with 20 additions and 29 deletions

View File

@ -182,7 +182,7 @@ static void printCollection(const Collection &C, std::ostream &O,
}
O << "\nGraphs contain [" << TotalNumNodes << "+" << TotalCallNodes
<< "] nodes total\n";
<< "] nodes total" << std::endl;
}