So that we can include target lowering in the subtarget, remove include
[oota-llvm.git] / lib / Target / Mips / MipsSEISelLowering.h
index 03a20ef6741cac651109587b2afef96067d7115c..8213857c965ba684dc7c58156c1c5538c4ac3442 100644 (file)
@@ -46,13 +46,7 @@ namespace llvm {
       return false;
     }
 
-    const TargetRegisterClass *getRepRegClassFor(MVT VT) const override {
-      if (VT == MVT::Untyped)
-        return Subtarget->hasDSP() ? &Mips::ACC64DSPRegClass :
-                                     &Mips::ACC64RegClass;
-
-      return TargetLowering::getRepRegClassFor(VT);
-    }
+    const TargetRegisterClass *getRepRegClassFor(MVT VT) const override;
 
   private:
     bool isEligibleForTailCallOptimization(const MipsCC &MipsCCInfo,