Remove MCInstrItineraries includes in parts that don't use them anymore
authorMatthias Braun <matze@braunis.de>
Thu, 14 May 2015 18:01:11 +0000 (18:01 +0000)
committerMatthias Braun <matze@braunis.de>
Thu, 14 May 2015 18:01:11 +0000 (18:01 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@237375 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/IfConversion.cpp
lib/CodeGen/ScheduleDAGInstrs.cpp
lib/CodeGen/StackColoring.cpp

index 5df18fbe199065c934f22dd87590ac61f159d1fb..e1928886671ac4a0f269529e776c000d5e36902b 100644 (file)
@@ -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"
index b4a34be759c836048113b40e203cb04769eb0083..559ff3ec09c40160e1ebe5b8ec5eae7c569ca317 100644 (file)
@@ -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"
index f9a2072ab31f63ce239fe2a70d1537cc4c360a25..3541b33a8441f42a6c52b7124faf64477a67631d 100644 (file)
@@ -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"