aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms/IPO/OldPoolAllocate.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-06-30 16:25:25 +0000
committerChris Lattner <sabre@nondot.org>2002-06-30 16:25:25 +0000
commit3e009942ed6d5b075377ea8eb34c2daa8d8c5f77 (patch)
treecf8cb4a087939d28da6b9823a6db620d9f419e29 /lib/Transforms/IPO/OldPoolAllocate.cpp
parentf739969911f57ab20a2e0c34081dfd3b6ea845aa (diff)
downloadexternal_llvm-3e009942ed6d5b075377ea8eb34c2daa8d8c5f77.zip
external_llvm-3e009942ed6d5b075377ea8eb34c2daa8d8c5f77.tar.gz
external_llvm-3e009942ed6d5b075377ea8eb34c2daa8d8c5f77.tar.bz2
*** empty log message ***
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2813 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Transforms/IPO/OldPoolAllocate.cpp')
-rw-r--r--lib/Transforms/IPO/OldPoolAllocate.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Transforms/IPO/OldPoolAllocate.cpp b/lib/Transforms/IPO/OldPoolAllocate.cpp
index ded2c22..bbd9d1b 100644
--- a/lib/Transforms/IPO/OldPoolAllocate.cpp
+++ b/lib/Transforms/IPO/OldPoolAllocate.cpp
@@ -24,7 +24,6 @@
#include "Support/DepthFirstIterator.h"
#include "Support/STLExtras.h"
#include <algorithm>
-#include <iostream>
using std::vector;
using std::cerr;
using std::map;