diff options
Diffstat (limited to 'llvm')
-rw-r--r-- | llvm/lib/Target/Sparc/SparcInternals.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/llvm/lib/Target/Sparc/SparcInternals.h b/llvm/lib/Target/Sparc/SparcInternals.h index b21951d7f7b..2399a1e68b3 100644 --- a/llvm/lib/Target/Sparc/SparcInternals.h +++ b/llvm/lib/Target/Sparc/SparcInternals.h @@ -250,10 +250,6 @@ class UltraSparcRegInfo : public MachineRegInfo { // order for efficiency. - // reverse pointer to get info about the ultra sparc machine - // - const UltraSparc *const UltraSparcInfo; - // Number of registers used for passing int args (usually 6: %o0 - %o5) // unsigned const NumOfIntArgRegs; @@ -329,13 +325,6 @@ class UltraSparcRegInfo : public MachineRegInfo { public: UltraSparcRegInfo(const UltraSparc &tgt); - // To get complete machine information structure using the machine register - // information - // - inline const UltraSparc &getUltraSparcInfo() const { - return *UltraSparcInfo; - } - // To find the register class used for a specified Type // unsigned getRegClassIDOfType(const Type *type, |