summaryrefslogtreecommitdiff
path: root/lib/CodeGen
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-10-29 16:50:20 +0000
committerChris Lattner <sabre@nondot.org>2002-10-29 16:50:20 +0000
commita80848704ab0eb2cc7429bd3e2a8a4cc6246921b (patch)
tree7f421255272d205f7159376d04e169b42f2b3994 /lib/CodeGen
parent97d688515efd7719f1aa324f83f7c853700789a2 (diff)
downloadllvm-a80848704ab0eb2cc7429bd3e2a8a4cc6246921b.tar.gz
llvm-a80848704ab0eb2cc7429bd3e2a8a4cc6246921b.tar.bz2
llvm-a80848704ab0eb2cc7429bd3e2a8a4cc6246921b.tar.xz
Remove #include
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4378 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen')
-rw-r--r--lib/CodeGen/RegAlloc/LiveRange.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/CodeGen/RegAlloc/LiveRange.h b/lib/CodeGen/RegAlloc/LiveRange.h
index 994824b214..28277bd9f1 100644
--- a/lib/CodeGen/RegAlloc/LiveRange.h
+++ b/lib/CodeGen/RegAlloc/LiveRange.h
@@ -13,7 +13,6 @@
#include "llvm/Analysis/LiveVar/ValueSet.h"
#include "llvm/Value.h"
-#include <iostream>
class RegClass;
class IGNode;