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 | 3701b3928eb32c255fc839dc66ea1b9d5aefbc7d (patch) | |
| tree | fb05329832f8a6c930b764932b1547a7a4d7d190 /llvm/lib/CodeGen | |
| parent | c5222d6c3821a05fdc0fc2f4245a769b50a67e45 (diff) | |
| download | bcm5719-llvm-3701b3928eb32c255fc839dc66ea1b9d5aefbc7d.tar.gz bcm5719-llvm-3701b3928eb32c255fc839dc66ea1b9d5aefbc7d.zip | |
Trim #include.
llvm-svn: 104657
Diffstat (limited to 'llvm/lib/CodeGen')
| -rw-r--r-- | llvm/lib/CodeGen/SelectionDAG/ScheduleDAGList.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/ScheduleDAGList.cpp b/llvm/lib/CodeGen/SelectionDAG/ScheduleDAGList.cpp index b92a672f90e..56f5ded5008 100644 --- a/llvm/lib/CodeGen/SelectionDAG/ScheduleDAGList.cpp +++ b/llvm/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; |

