summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Analysis/DataStructure/Printer.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-11-08 01:21:07 +0000
committerChris Lattner <sabre@nondot.org>2002-11-08 01:21:07 +0000
commitb0c9b37048696ccaa4e5cfa8a9e9d1c8e205871e (patch)
treee070c2415cd64e6e4242defab773c624b1f1ef59 /llvm/lib/Analysis/DataStructure/Printer.cpp
parent5997c3d866ecc8e97fec2ca7bbb199139c9d0f6e (diff)
downloadbcm5719-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.cpp2
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;
}
OpenPOWER on IntegriCloud