1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 04:02:41 +01:00

Don't include DFAPacketizer in TargetInstrInfo, there's no reason.

llvm-svn: 219653
This commit is contained in:
Eric Christopher 2014-10-14 01:13:53 +00:00
parent cd8518b9e9
commit 172a1c58e7

View File

@ -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;