summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/RegAllocLinearScan.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
commit902dcf07290919f960b06695c16d8c72c521c01a (patch)
tree3fc788c22e4b21b1ec92e501b6b4c45a96c0a366 /llvm/lib/CodeGen/RegAllocLinearScan.cpp
parent025daeeee67a0a778bc5fd2f23e7e3a07a98a5bc (diff)
downloadbcm5719-llvm-902dcf07290919f960b06695c16d8c72c521c01a.tar.gz
bcm5719-llvm-902dcf07290919f960b06695c16d8c72c521c01a.zip
These files don't need to include <iostream> since they include "Support/Debug.h".
llvm-svn: 15089
Diffstat (limited to 'llvm/lib/CodeGen/RegAllocLinearScan.cpp')
-rw-r--r--llvm/lib/CodeGen/RegAllocLinearScan.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/RegAllocLinearScan.cpp b/llvm/lib/CodeGen/RegAllocLinearScan.cpp
index 4a55df18936..e6e5595720f 100644
--- a/llvm/lib/CodeGen/RegAllocLinearScan.cpp
+++ b/llvm/lib/CodeGen/RegAllocLinearScan.cpp
@@ -28,7 +28,6 @@
#include "VirtRegMap.h"
#include <algorithm>
#include <cmath>
-#include <iostream>
#include <set>
using namespace llvm;
OpenPOWER on IntegriCloud