summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Instrumentation/ProfilePaths
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2004-07-04 12:19:56 +0000
committerReid Spencer <rspencer@reidspencer.com>2004-07-04 12:19:56 +0000
commiteb04d9bcb4fd0007e5a2d0fa798f5e657dccb0d4 (patch)
tree93569d40cd7ac864ea31ab9913738240dc460a95 /llvm/lib/Transforms/Instrumentation/ProfilePaths
parent832fa92ab6d58c17801a7a750b53f1099b0542c8 (diff)
downloadbcm5719-llvm-eb04d9bcb4fd0007e5a2d0fa798f5e657dccb0d4.tar.gz
bcm5719-llvm-eb04d9bcb4fd0007e5a2d0fa798f5e657dccb0d4.zip
Add #include <iostream> since Value.h does not #include it any more.
llvm-svn: 14622
Diffstat (limited to 'llvm/lib/Transforms/Instrumentation/ProfilePaths')
-rw-r--r--llvm/lib/Transforms/Instrumentation/ProfilePaths/Graph.cpp1
-rw-r--r--llvm/lib/Transforms/Instrumentation/ProfilePaths/GraphAuxiliary.cpp1
-rw-r--r--llvm/lib/Transforms/Instrumentation/ProfilePaths/InstLoops.cpp1
-rw-r--r--llvm/lib/Transforms/Instrumentation/ProfilePaths/RetracePath.cpp1
4 files changed, 4 insertions, 0 deletions
diff --git a/llvm/lib/Transforms/Instrumentation/ProfilePaths/Graph.cpp b/llvm/lib/Transforms/Instrumentation/ProfilePaths/Graph.cpp
index d69c4c3b4ce..d667e57875b 100644
--- a/llvm/lib/Transforms/Instrumentation/ProfilePaths/Graph.cpp
+++ b/llvm/lib/Transforms/Instrumentation/ProfilePaths/Graph.cpp
@@ -16,6 +16,7 @@
#include "llvm/iTerminators.h"
#include "Support/Debug.h"
#include <algorithm>
+#include <iostream>
using std::vector;
diff --git a/llvm/lib/Transforms/Instrumentation/ProfilePaths/GraphAuxiliary.cpp b/llvm/lib/Transforms/Instrumentation/ProfilePaths/GraphAuxiliary.cpp
index d9dc011cd5e..f0db940ced1 100644
--- a/llvm/lib/Transforms/Instrumentation/ProfilePaths/GraphAuxiliary.cpp
+++ b/llvm/lib/Transforms/Instrumentation/ProfilePaths/GraphAuxiliary.cpp
@@ -17,6 +17,7 @@
#include "llvm/iTerminators.h"
#include "Support/Debug.h"
#include <algorithm>
+#include <iostream>
#include "Graph.h"
//using std::list;
diff --git a/llvm/lib/Transforms/Instrumentation/ProfilePaths/InstLoops.cpp b/llvm/lib/Transforms/Instrumentation/ProfilePaths/InstLoops.cpp
index 5d53d230c94..5821fda8da1 100644
--- a/llvm/lib/Transforms/Instrumentation/ProfilePaths/InstLoops.cpp
+++ b/llvm/lib/Transforms/Instrumentation/ProfilePaths/InstLoops.cpp
@@ -24,6 +24,7 @@
#include "llvm/Pass.h"
#include "Support/Debug.h"
#include "../ProfilingUtils.h"
+#include <iostream>
namespace llvm {
diff --git a/llvm/lib/Transforms/Instrumentation/ProfilePaths/RetracePath.cpp b/llvm/lib/Transforms/Instrumentation/ProfilePaths/RetracePath.cpp
index cbb2ae6aee5..21d11bec2e0 100644
--- a/llvm/lib/Transforms/Instrumentation/ProfilePaths/RetracePath.cpp
+++ b/llvm/lib/Transforms/Instrumentation/ProfilePaths/RetracePath.cpp
@@ -16,6 +16,7 @@
#include "llvm/iOther.h"
#include "llvm/Support/CFG.h"
#include "Graph.h"
+#include <iostream>
using std::vector;
using std::map;
OpenPOWER on IntegriCloud