aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/PostRASchedulerList.cpp
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2009-02-06 17:12:10 +0000
committerDan Gohman <gohman@apple.com>2009-02-06 17:12:10 +0000
commit98c6cb3f5ab20bb7d06f3edf28470b2196ea0d3c (patch)
tree35eaabeb92bdf9b903aa6fcb130c25470793a55a /lib/CodeGen/PostRASchedulerList.cpp
parenteb21144cdc003992b81a86d92feec7ae44732ba1 (diff)
downloadexternal_llvm-98c6cb3f5ab20bb7d06f3edf28470b2196ea0d3c.zip
external_llvm-98c6cb3f5ab20bb7d06f3edf28470b2196ea0d3c.tar.gz
external_llvm-98c6cb3f5ab20bb7d06f3edf28470b2196ea0d3c.tar.bz2
Move ScheduleDAGInstrs.h to be a private header. Front-ends
that used this header to select a scheduling policy should use SchedulerRegistry.h instead (llvm-gcc and clang were updated a while ago). git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@63934 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/PostRASchedulerList.cpp')
-rw-r--r--lib/CodeGen/PostRASchedulerList.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/PostRASchedulerList.cpp b/lib/CodeGen/PostRASchedulerList.cpp
index 0cb3b03..46f89f2 100644
--- a/lib/CodeGen/PostRASchedulerList.cpp
+++ b/lib/CodeGen/PostRASchedulerList.cpp
@@ -19,8 +19,8 @@
//===----------------------------------------------------------------------===//
#define DEBUG_TYPE "post-RA-sched"
+#include "ScheduleDAGInstrs.h"
#include "llvm/CodeGen/Passes.h"
-#include "llvm/CodeGen/ScheduleDAGInstrs.h"
#include "llvm/CodeGen/LatencyPriorityQueue.h"
#include "llvm/CodeGen/SchedulerRegistry.h"
#include "llvm/CodeGen/MachineDominators.h"