aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/SelectionDAG/ScheduleDAGList.cpp
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2010-05-26 00:55:59 +0000
committerDan Gohman <gohman@apple.com>2010-05-26 00:55:59 +0000
commit5eabaa2d7c001d801a36d76affc1aa257ca2975c (patch)
tree67056b65b028bb519ce486b4a006102fcf1cee81 /lib/CodeGen/SelectionDAG/ScheduleDAGList.cpp
parentbe22683202731127a5128db8be404edcee91defd (diff)
downloadexternal_llvm-5eabaa2d7c001d801a36d76affc1aa257ca2975c.zip
external_llvm-5eabaa2d7c001d801a36d76affc1aa257ca2975c.tar.gz
external_llvm-5eabaa2d7c001d801a36d76affc1aa257ca2975c.tar.bz2
Trim #include.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@104657 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/SelectionDAG/ScheduleDAGList.cpp')
-rw-r--r--lib/CodeGen/SelectionDAG/ScheduleDAGList.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/CodeGen/SelectionDAG/ScheduleDAGList.cpp b/lib/CodeGen/SelectionDAG/ScheduleDAGList.cpp
index b92a672..56f5ded 100644
--- a/lib/CodeGen/SelectionDAG/ScheduleDAGList.cpp
+++ b/lib/CodeGen/SelectionDAG/ScheduleDAGList.cpp
@@ -30,7 +30,6 @@
#include "llvm/Support/Debug.h"
#include "llvm/Support/ErrorHandling.h"
#include "llvm/Support/raw_ostream.h"
-#include "llvm/ADT/PriorityQueue.h"
#include "llvm/ADT/Statistic.h"
#include <climits>
using namespace llvm;