Switch SPU calling convention (function arguments)
[oota-llvm.git] / lib / Target / CellSPU / SPURegisterInfo.h
index 94b6e2b4317dd32c9a554fbc0acbffa0cceb9329..7a6ae6d43c7ede8bc3b1c76b73b4bca796529364 100644 (file)
@@ -86,15 +86,6 @@ namespace llvm {
     // New methods added:
     //------------------------------------------------------------------------
 
-    //! Return the array of argument passing registers
-    /*!
-      \note The size of this array is returned by getArgRegsSize().
-     */
-    static const unsigned *getArgRegs();
-
-    //! Return the size of the argument passing register array
-    static unsigned getNumArgRegs();
-
     //! Get DWARF debugging register number
     int getDwarfRegNum(unsigned RegNum, bool isEH) const;