forked from OSchip/llvm-project
Don't include DFAPacketizer in TargetInstrInfo, there's no reason.
llvm-svn: 219653
This commit is contained in:
parent
4c67d5a1e3
commit
07e9ad3c12
|
@ -16,7 +16,6 @@
|
|||
|
||||
#include "llvm/ADT/SmallSet.h"
|
||||
#include "llvm/ADT/DenseMap.h"
|
||||
#include "llvm/CodeGen/DFAPacketizer.h"
|
||||
#include "llvm/CodeGen/MachineFunction.h"
|
||||
#include "llvm/CodeGen/MachineCombinerPattern.h"
|
||||
#include "llvm/MC/MCInstrInfo.h"
|
||||
|
@ -41,6 +40,7 @@ class TargetRegisterClass;
|
|||
class TargetRegisterInfo;
|
||||
class BranchProbability;
|
||||
class TargetSubtargetInfo;
|
||||
class DFAPacketizer;
|
||||
|
||||
template<class T> class SmallVectorImpl;
|
||||
|
||||
|
|
Loading…
Reference in New Issue