[PM] Remove the old 'PassManager.h' header file at the top level of
[oota-llvm.git] / lib / Target / MSP430 / MSP430ISelDAGToDAG.cpp
index a9b903503d3a6c2b0ae2523a629d09569f3615c2..2f70cde75d40a05bf6d91a3bcf99bbf027a104a5 100644 (file)
@@ -92,14 +92,9 @@ namespace {
 ///
 namespace {
   class MSP430DAGToDAGISel : public SelectionDAGISel {
-    const MSP430TargetLowering &Lowering;
-    const MSP430Subtarget &Subtarget;
-
   public:
     MSP430DAGToDAGISel(MSP430TargetMachine &TM, CodeGenOpt::Level OptLevel)
-      : SelectionDAGISel(TM, OptLevel),
-        Lowering(*TM.getTargetLowering()),
-        Subtarget(*TM.getSubtargetImpl()) { }
+        : SelectionDAGISel(TM, OptLevel) {}
 
     const char *getPassName() const override {
       return "MSP430 DAG->DAG Pattern Instruction Selection";