mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-21 04:41:34 +00:00
Eliminate duplicate target pointer in SparcRegInfo.
llvm-svn: 4129
This commit is contained in:
parent
6b459791f7
commit
df4ed78bc9
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user