diff options
author | Matthias Braun <matze@braunis.de> | 2015-05-14 18:01:11 +0000 |
---|---|---|
committer | Matthias Braun <matze@braunis.de> | 2015-05-14 18:01:11 +0000 |
commit | bff3a7eb3d7ad23064f86c1e641ae4da4450f16a (patch) | |
tree | ded1a3af63cc94ae10965073b652cc9f15aa9b31 /llvm/lib/CodeGen | |
parent | 03404c14fee8ea0189454cf245f86ed0bc13aa66 (diff) | |
download | bcm5719-llvm-bff3a7eb3d7ad23064f86c1e641ae4da4450f16a.tar.gz bcm5719-llvm-bff3a7eb3d7ad23064f86c1e641ae4da4450f16a.zip |
Remove MCInstrItineraries includes in parts that don't use them anymore
llvm-svn: 237375
Diffstat (limited to 'llvm/lib/CodeGen')
-rw-r--r-- | llvm/lib/CodeGen/IfConversion.cpp | 1 | ||||
-rw-r--r-- | llvm/lib/CodeGen/ScheduleDAGInstrs.cpp | 1 | ||||
-rw-r--r-- | llvm/lib/CodeGen/StackColoring.cpp | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/llvm/lib/CodeGen/IfConversion.cpp b/llvm/lib/CodeGen/IfConversion.cpp index 5df18fbe199..e1928886671 100644 --- a/llvm/lib/CodeGen/IfConversion.cpp +++ b/llvm/lib/CodeGen/IfConversion.cpp @@ -24,7 +24,6 @@ #include "llvm/CodeGen/MachineModuleInfo.h" #include "llvm/CodeGen/MachineRegisterInfo.h" #include "llvm/CodeGen/TargetSchedule.h" -#include "llvm/MC/MCInstrItineraries.h" #include "llvm/Support/CommandLine.h" #include "llvm/Support/Debug.h" #include "llvm/Support/ErrorHandling.h" diff --git a/llvm/lib/CodeGen/ScheduleDAGInstrs.cpp b/llvm/lib/CodeGen/ScheduleDAGInstrs.cpp index b4a34be759c..559ff3ec09c 100644 --- a/llvm/lib/CodeGen/ScheduleDAGInstrs.cpp +++ b/llvm/lib/CodeGen/ScheduleDAGInstrs.cpp @@ -28,7 +28,6 @@ #include "llvm/CodeGen/RegisterPressure.h" #include "llvm/CodeGen/ScheduleDFS.h" #include "llvm/IR/Operator.h" -#include "llvm/MC/MCInstrItineraries.h" #include "llvm/Support/CommandLine.h" #include "llvm/Support/Debug.h" #include "llvm/Support/Format.h" diff --git a/llvm/lib/CodeGen/StackColoring.cpp b/llvm/lib/CodeGen/StackColoring.cpp index f9a2072ab31..3541b33a844 100644 --- a/llvm/lib/CodeGen/StackColoring.cpp +++ b/llvm/lib/CodeGen/StackColoring.cpp @@ -48,7 +48,6 @@ #include "llvm/IR/Function.h" #include "llvm/IR/Instructions.h" #include "llvm/IR/Module.h" -#include "llvm/MC/MCInstrItineraries.h" #include "llvm/Support/CommandLine.h" #include "llvm/Support/Debug.h" #include "llvm/Support/raw_ostream.h" |