summaryrefslogtreecommitdiff
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
commit8b3d6682a45e80d08abf32aa1be0491db1977456 (patch)
tree23f81bbe89b6aff4cc433be2998247d7c4cf89b0
parent63d3659a44e14525e729ef52e6f993d3c306ae2f (diff)
downloadllvm-8b3d6682a45e80d08abf32aa1be0491db1977456.tar.gz
llvm-8b3d6682a45e80d08abf32aa1be0491db1977456.tar.bz2
llvm-8b3d6682a45e80d08abf32aa1be0491db1977456.tar.xz
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;