summaryrefslogtreecommitdiff
path: root/lib/CodeGen/PostRASchedulerList.cpp
diff options
context:
space:
mode:
authorAndrew Trick <atrick@apple.com>2012-03-07 23:01:06 +0000
committerAndrew Trick <atrick@apple.com>2012-03-07 23:01:06 +0000
commited395c8c475692f5a43eb4b5c5562503d67616d0 (patch)
treeec74087580dacfd0fcabc85ff267a3b171889358 /lib/CodeGen/PostRASchedulerList.cpp
parented8a0ecaa82726c88d1962a7df060390eb6e9c22 (diff)
downloadllvm-ed395c8c475692f5a43eb4b5c5562503d67616d0.tar.gz
llvm-ed395c8c475692f5a43eb4b5c5562503d67616d0.tar.bz2
llvm-ed395c8c475692f5a43eb4b5c5562503d67616d0.tar.xz
misched prep: Expose the ScheduleDAGInstrs interface so targets may
implement their own MachineScheduler. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@152261 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 c00cf0e043..6bd270551b 100644
--- a/lib/CodeGen/PostRASchedulerList.cpp
+++ b/lib/CodeGen/PostRASchedulerList.cpp
@@ -23,7 +23,6 @@
#include "AggressiveAntiDepBreaker.h"
#include "CriticalAntiDepBreaker.h"
#include "RegisterClassInfo.h"
-#include "ScheduleDAGInstrs.h"
#include "llvm/CodeGen/Passes.h"
#include "llvm/CodeGen/LatencyPriorityQueue.h"
#include "llvm/CodeGen/SchedulerRegistry.h"
@@ -32,6 +31,7 @@
#include "llvm/CodeGen/MachineFunctionPass.h"
#include "llvm/CodeGen/MachineLoopInfo.h"
#include "llvm/CodeGen/MachineRegisterInfo.h"
+#include "llvm/CodeGen/ScheduleDAGInstrs.h"
#include "llvm/CodeGen/ScheduleHazardRecognizer.h"
#include "llvm/Analysis/AliasAnalysis.h"
#include "llvm/Target/TargetLowering.h"