[llvm] r219653 - Don't include DFAPacketizer in TargetInstrInfo, there's no reason.

Eric Christopher echristo at gmail.com
Mon Oct 13 18:13:53 PDT 2014


Author: echristo
Date: Mon Oct 13 20:13:53 2014
New Revision: 219653

URL: http://llvm.org/viewvc/llvm-project?rev=219653&view=rev
Log:
Don't include DFAPacketizer in TargetInstrInfo, there's no reason.

Modified:
    llvm/trunk/include/llvm/Target/TargetInstrInfo.h

Modified: llvm/trunk/include/llvm/Target/TargetInstrInfo.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Target/TargetInstrInfo.h?rev=219653&r1=219652&r2=219653&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Target/TargetInstrInfo.h (original)
+++ llvm/trunk/include/llvm/Target/TargetInstrInfo.h Mon Oct 13 20:13:53 2014
@@ -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;
 





More information about the llvm-commits mailing list