Remove the TargetMachine from DFAPacketizer since it was only
[oota-llvm.git] / include / llvm / CodeGen / DFAPacketizer.h
index a0826059e091ee268bbe85e3dde9307fdc85eeff..f9cdc2a469ff39e97628b47fa628c5f5235efbfc 100644 (file)
@@ -91,7 +91,6 @@ public:
 // API call is made to prune the dependence.
 class VLIWPacketizerList {
 protected:
-  const TargetMachine &TM;
   const MachineFunction &MF;
   const TargetInstrInfo *TII;