//----------------------------------------------------------------------------
class UltraSparcRegInfo : public TargetRegInfo {
+public:
// The actual register classes in the Sparc
//
+ // **** WARNING: If this enum order is changed, also modify
+ // getRegisterClassOfValue method below since it assumes this particular
+ // order for efficiency.
+ //
enum RegClassIDs {
IntRegClassID, // Integer
FloatRegClassID, // Float (both single/double)
SpecialRegClassID // Special (unallocated) registers
};
- // **** WARNING: If the above enum order is changed, also modify
- // getRegisterClassOfValue method below since it assumes this particular
- // order for efficiency.
-
+private:
// Number of registers used for passing int args (usually 6: %o0 - %o5)
//