projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
798261c
)
Since all std::cout is gone, also remove iostream include.
author
Andreas Neustifter
<astifter-llvm@gmx.at>
Fri, 28 Aug 2009 06:48:25 +0000
(06:48 +0000)
committer
Andreas Neustifter
<astifter-llvm@gmx.at>
Fri, 28 Aug 2009 06:48:25 +0000
(06:48 +0000)
(See http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-
20090824
/085620.html)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80349
91177308
-0d34-0410-b5e6-
96231b3b80d8
tools/llvm-prof/llvm-prof.cpp
patch
|
blob
|
history
diff --git
a/tools/llvm-prof/llvm-prof.cpp
b/tools/llvm-prof/llvm-prof.cpp
index f1d24f7527cbd9351dc4eeee5949f3c8d6008874..cff139e1251a7e98f1f07fab57a218b672492d34 100644
(file)
--- a/
tools/llvm-prof/llvm-prof.cpp
+++ b/
tools/llvm-prof/llvm-prof.cpp
@@
-30,7
+30,6
@@
#include "llvm/Support/Format.h"
#include "llvm/System/Signals.h"
#include <algorithm>
-#include <iostream>
#include <iomanip>
#include <map>
#include <set>