diff options
author | Chris Lattner <sabre@nondot.org> | 2002-11-08 01:21:07 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2002-11-08 01:21:07 +0000 |
commit | 33312f7031058a2ea18c4648b70af9d96a00adc7 (patch) | |
tree | 21d73c91ef04565753bb747b66f246f98501b899 /lib/Analysis/DataStructure/Printer.cpp | |
parent | 6f23963adc8c3257ba3e4998d7894e147ca4b078 (diff) |
Add flush
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4619 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Analysis/DataStructure/Printer.cpp')
-rw-r--r-- | lib/Analysis/DataStructure/Printer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Analysis/DataStructure/Printer.cpp b/lib/Analysis/DataStructure/Printer.cpp index edee17212d..962a0935e0 100644 --- a/lib/Analysis/DataStructure/Printer.cpp +++ b/lib/Analysis/DataStructure/Printer.cpp @@ -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; } |