summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2008-01-14 18:45:28 +0000
committerChris Lattner <sabre@nondot.org>2008-01-14 18:45:28 +0000
commit4272c12571a23f0e59e9d9d896b93eb8321a68ac (patch)
tree8b2602549bfd7b610fed9a135f1e610ab25c8799
parentcb994b6a72dea69aeb756bddd95aaf08fe2c6531 (diff)
downloadbcm5719-llvm-4272c12571a23f0e59e9d9d896b93eb8321a68ac.tar.gz
bcm5719-llvm-4272c12571a23f0e59e9d9d896b93eb8321a68ac.zip
remove dead #include
llvm-svn: 45971
-rw-r--r--llvm/lib/CodeGen/LiveInterval.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/LiveInterval.cpp b/llvm/lib/CodeGen/LiveInterval.cpp
index d4c572154be..b20a87ea0a8 100644
--- a/llvm/lib/CodeGen/LiveInterval.cpp
+++ b/llvm/lib/CodeGen/LiveInterval.cpp
@@ -24,7 +24,6 @@
#include "llvm/Support/Streams.h"
#include "llvm/Target/MRegisterInfo.h"
#include <algorithm>
-#include <map>
#include <ostream>
using namespace llvm;
OpenPOWER on IntegriCloud