summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/MachineScheduler.cpp
diff options
context:
space:
mode:
authorMatthias Braun <matze@braunis.de>2016-05-10 03:21:59 +0000
committerMatthias Braun <matze@braunis.de>2016-05-10 03:21:59 +0000
commit31d19d43c79603d43c331bce2e92e5569c2ea216 (patch)
tree8878cfa723e0dae760fca04600f258e490278e06 /llvm/lib/CodeGen/MachineScheduler.cpp
parentd06896138c8c3cf38f94091b2e928318546f80b2 (diff)
downloadbcm5719-llvm-31d19d43c79603d43c331bce2e92e5569c2ea216.tar.gz
bcm5719-llvm-31d19d43c79603d43c331bce2e92e5569c2ea216.zip
CodeGen: Move TargetPassConfig from Passes.h to an own header; NFC
Many files include Passes.h but only a fraction needs to know about the TargetPassConfig class. Move it into an own header. Also rename Passes.cpp to TargetPassConfig.cpp while we are at it. llvm-svn: 269011
Diffstat (limited to 'llvm/lib/CodeGen/MachineScheduler.cpp')
-rw-r--r--llvm/lib/CodeGen/MachineScheduler.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/CodeGen/MachineScheduler.cpp b/llvm/lib/CodeGen/MachineScheduler.cpp
index da21cfcaaf6..686abbf031f 100644
--- a/llvm/lib/CodeGen/MachineScheduler.cpp
+++ b/llvm/lib/CodeGen/MachineScheduler.cpp
@@ -23,6 +23,7 @@
#include "llvm/CodeGen/RegisterClassInfo.h"
#include "llvm/CodeGen/ScheduleDFS.h"
#include "llvm/CodeGen/ScheduleHazardRecognizer.h"
+#include "llvm/CodeGen/TargetPassConfig.h"
#include "llvm/Support/CommandLine.h"
#include "llvm/Support/Debug.h"
#include "llvm/Support/ErrorHandling.h"
OpenPOWER on IntegriCloud