The patchpoint lowering logic would crash with live constants equal to
[oota-llvm.git] / include / llvm / CodeGen / DFAPacketizer.h
index 9d25fd377b7e96a5177b9bd7ff8371b07fe6512e..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;
 
@@ -107,9 +106,7 @@ protected:
   std::map<MachineInstr*, SUnit*> MIToSUnit;
 
 public:
-  VLIWPacketizerList(
-    MachineFunction &MF, MachineLoopInfo &MLI, MachineDominatorTree &MDT,
-    bool IsPostRA);
+  VLIWPacketizerList(MachineFunction &MF, MachineLoopInfo &MLI, bool IsPostRA);
 
   virtual ~VLIWPacketizerList();