aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2010-04-12 16:26:03 +0000
committerDan Gohman <gohman@apple.com>2010-04-12 16:26:03 +0000
commite7e0c70ff08d130edb3e3d58d0ba6b531bf463f1 (patch)
tree23f81bbe89b6aff4cc433be2998247d7c4cf89b0
parent460bf560905aec5b91fe8ee37b53584948bfeee6 (diff)
downloadexternal_llvm-e7e0c70ff08d130edb3e3d58d0ba6b531bf463f1.tar.gz
external_llvm-e7e0c70ff08d130edb3e3d58d0ba6b531bf463f1.tar.bz2
external_llvm-e7e0c70ff08d130edb3e3d58d0ba6b531bf463f1.zip
Remove a #include.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@101043 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/CodeGen/PostRASchedulerList.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/CodeGen/PostRASchedulerList.cpp b/lib/CodeGen/PostRASchedulerList.cpp
index 424181c025..38abcb42b0 100644
--- a/lib/CodeGen/PostRASchedulerList.cpp
+++ b/lib/CodeGen/PostRASchedulerList.cpp
@@ -46,7 +46,6 @@
#include "llvm/Support/raw_ostream.h"
#include "llvm/ADT/BitVector.h"
#include "llvm/ADT/Statistic.h"
-#include <map>
#include <set>
using namespace llvm;