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 | b0c9b37048696ccaa4e5cfa8a9e9d1c8e205871e (patch) | |
tree | e070c2415cd64e6e4242defab773c624b1f1ef59 /llvm/lib/Analysis/DataStructure/Printer.cpp | |
parent | 5997c3d866ecc8e97fec2ca7bbb199139c9d0f6e (diff) | |
download | bcm5719-llvm-b0c9b37048696ccaa4e5cfa8a9e9d1c8e205871e.tar.gz bcm5719-llvm-b0c9b37048696ccaa4e5cfa8a9e9d1c8e205871e.zip |
Add flush
llvm-svn: 4619
Diffstat (limited to 'llvm/lib/Analysis/DataStructure/Printer.cpp')
-rw-r--r-- | llvm/lib/Analysis/DataStructure/Printer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Analysis/DataStructure/Printer.cpp b/llvm/lib/Analysis/DataStructure/Printer.cpp index edee17212d4..962a0935e09 100644 --- a/llvm/lib/Analysis/DataStructure/Printer.cpp +++ b/llvm/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; } |