diff options
| author | Dan Gohman <gohman@apple.com> | 2010-05-26 00:55:59 +0000 |
|---|---|---|
| committer | Dan Gohman <gohman@apple.com> | 2010-05-26 00:55:59 +0000 |
| commit | 5cb0f94be447245a2106b50e5432df353c89ee01 (patch) | |
| tree | 67056b65b028bb519ce486b4a006102fcf1cee81 /lib/CodeGen/SelectionDAG | |
| parent | ae3b4c328e882f4a9db6f10af73b106cb14a3290 (diff) | |
| download | external_llvm-5cb0f94be447245a2106b50e5432df353c89ee01.zip external_llvm-5cb0f94be447245a2106b50e5432df353c89ee01.tar.gz external_llvm-5cb0f94be447245a2106b50e5432df353c89ee01.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')
| -rw-r--r-- | lib/CodeGen/SelectionDAG/ScheduleDAGList.cpp | 1 |
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; |
