summaryrefslogtreecommitdiff
path: root/lib/CodeGen/ScheduleDAGInstrs.cpp
diff options
context:
space:
mode:
authorAndrew Trick <atrick@apple.com>2012-11-28 05:13:24 +0000
committerAndrew Trick <atrick@apple.com>2012-11-28 05:13:24 +0000
commit53e98a2c4aa7065f4136c5263b14192036c1e056 (patch)
tree668d9ccdf0aab9f7a64280ebc3ac5335fdc20dde /lib/CodeGen/ScheduleDAGInstrs.cpp
parent8f82a0867343058f4e01d640abbfae76af6886b4 (diff)
downloadllvm-53e98a2c4aa7065f4136c5263b14192036c1e056.tar.gz
llvm-53e98a2c4aa7065f4136c5263b14192036c1e056.tar.bz2
llvm-53e98a2c4aa7065f4136c5263b14192036c1e056.tar.xz
misched: rename ScheduleDAGILP to ScheduleDFS to prepare for other heuristics.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168772 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/ScheduleDAGInstrs.cpp')
-rw-r--r--lib/CodeGen/ScheduleDAGInstrs.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/ScheduleDAGInstrs.cpp b/lib/CodeGen/ScheduleDAGInstrs.cpp
index e46ca94647..e9eaff1b18 100644
--- a/lib/CodeGen/ScheduleDAGInstrs.cpp
+++ b/lib/CodeGen/ScheduleDAGInstrs.cpp
@@ -22,7 +22,7 @@
#include "llvm/CodeGen/MachineRegisterInfo.h"
#include "llvm/CodeGen/PseudoSourceValue.h"
#include "llvm/CodeGen/RegisterPressure.h"
-#include "llvm/CodeGen/ScheduleDAGILP.h"
+#include "llvm/CodeGen/ScheduleDFS.h"
#include "llvm/CodeGen/ScheduleDAGInstrs.h"
#include "llvm/MC/MCInstrItineraries.h"
#include "llvm/Target/TargetMachine.h"