[mips] Remove MipsCC::getRegVT(). NFC
[oota-llvm.git] / lib / Target / Mips / MipsISelLowering.h
index 12beb59fc4e99b0970878958e82c3d0a8b7f4f1b..788b771bc12b6e7f2e546921fbc797267ab3997f 100644 (file)
@@ -371,13 +371,6 @@ namespace llvm {
       const ArrayRef<MCPhysReg> intArgRegs() const;
 
     private:
-      /// Return the type of the register which is used to pass an argument or
-      /// return a value. This function returns f64 if the argument is an i64
-      /// value which has been generated as a result of softening an f128 value.
-      /// Otherwise, it just returns VT.
-      MVT getRegVT(MVT VT, const Type *OrigTy, const SDNode *CallNode,
-                   bool IsSoftFloat) const;
-
       CallingConv::ID CallConv;
       const MipsSubtarget &Subtarget;
     };