summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/DFAPacketizer.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
commit9a0c583954fb0edbce7375dda7c3f36c80cea928 (patch)
tree6553f097cfa63983686551f027db55f5100f963f /llvm/lib/CodeGen/DFAPacketizer.cpp
parentd743f71e82ddf96dbf9f7088881736159581507f (diff)
downloadbcm5719-llvm-9a0c583954fb0edbce7375dda7c3f36c80cea928.tar.gz
bcm5719-llvm-9a0c583954fb0edbce7375dda7c3f36c80cea928.zip
misched prep: Expose the ScheduleDAGInstrs interface so targets may
implement their own MachineScheduler. llvm-svn: 152261
Diffstat (limited to 'llvm/lib/CodeGen/DFAPacketizer.cpp')
-rw-r--r--llvm/lib/CodeGen/DFAPacketizer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/DFAPacketizer.cpp b/llvm/lib/CodeGen/DFAPacketizer.cpp
index df8cb82f89a..3d178c76f97 100644
--- a/llvm/lib/CodeGen/DFAPacketizer.cpp
+++ b/llvm/lib/CodeGen/DFAPacketizer.cpp
@@ -23,10 +23,10 @@
//
//===----------------------------------------------------------------------===//
-#include "ScheduleDAGInstrs.h"
#include "llvm/CodeGen/DFAPacketizer.h"
#include "llvm/CodeGen/MachineInstr.h"
#include "llvm/CodeGen/MachineInstrBundle.h"
+#include "llvm/CodeGen/ScheduleDAGInstrs.h"
#include "llvm/Target/TargetInstrInfo.h"
#include "llvm/MC/MCInstrItineraries.h"
using namespace llvm;
OpenPOWER on IntegriCloud