summaryrefslogtreecommitdiff
path: root/lib/Transforms/Instrumentation/ProfilePaths/InstLoops.cpp
diff options
context:
space:
mode:
authorBrian Gaeke <gaeke@uiuc.edu>2004-07-21 20:50:33 +0000
committerBrian Gaeke <gaeke@uiuc.edu>2004-07-21 20:50:33 +0000
commit7848e68c1635ccba5a08d55314d4e5aed5ab54b9 (patch)
tree0d319fa163635bd4dbb38296b8077803beef5bd6 /lib/Transforms/Instrumentation/ProfilePaths/InstLoops.cpp
parent7d0276624726ddea3245bb7d88c47db59278bf14 (diff)
downloadllvm-7848e68c1635ccba5a08d55314d4e5aed5ab54b9.tar.gz
llvm-7848e68c1635ccba5a08d55314d4e5aed5ab54b9.tar.bz2
llvm-7848e68c1635ccba5a08d55314d4e5aed5ab54b9.tar.xz
These files don't need to include <iostream> since they include "Support/Debug.h".
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15089 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Transforms/Instrumentation/ProfilePaths/InstLoops.cpp')
-rw-r--r--lib/Transforms/Instrumentation/ProfilePaths/InstLoops.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Transforms/Instrumentation/ProfilePaths/InstLoops.cpp b/lib/Transforms/Instrumentation/ProfilePaths/InstLoops.cpp
index 5821fda8da..5d53d230c9 100644
--- a/lib/Transforms/Instrumentation/ProfilePaths/InstLoops.cpp
+++ b/lib/Transforms/Instrumentation/ProfilePaths/InstLoops.cpp
@@ -24,7 +24,6 @@
#include "llvm/Pass.h"
#include "Support/Debug.h"
#include "../ProfilingUtils.h"
-#include <iostream>
namespace llvm {