[mips] Move MipsTargetLowering::MipsCC::regSize() to MipsSubtarget::getGPRSizeInBytes()
[oota-llvm.git] / lib / Target / Mips / MipsISelLowering.h
index 92ea29fa7e230ff4dac252b1f8b1ab343f87f558..846f20f621554084526ebf122aae5f437fd44c6b 100644 (file)
@@ -379,9 +379,6 @@ namespace llvm {
       /// hasByValArg - Returns true if function has byval arguments.
       bool hasByValArg() const { return !ByValArgs.empty(); }
 
-      /// regSize - Size (in number of bits) of integer registers.
-      unsigned regSize() const;
-
       /// numIntArgRegs - Number of integer registers available for calls.
       unsigned numIntArgRegs() const;