(HARD_REGNO_MODE_OK): Update comment.
From-SVN: r6593
This commit is contained in:
parent
8571bab7e6
commit
923a8d0689
@ -396,9 +396,7 @@ extern int hard_regno_nregs[];
|
|||||||
extern int hard_regno_mode_ok[FIRST_PSEUDO_REGISTER];
|
extern int hard_regno_mode_ok[FIRST_PSEUDO_REGISTER];
|
||||||
|
|
||||||
/* Value is 1 if hard register REGNO can hold a value of machine-mode MODE.
|
/* Value is 1 if hard register REGNO can hold a value of machine-mode MODE.
|
||||||
On SPARC, the cpu registers can hold any mode but the float registers
|
See sparc.c for how we initialize this. */
|
||||||
can only hold SFmode or DFmode. See sparc.c for how we
|
|
||||||
initialize this. */
|
|
||||||
#define HARD_REGNO_MODE_OK(REGNO, MODE) \
|
#define HARD_REGNO_MODE_OK(REGNO, MODE) \
|
||||||
((hard_regno_mode_ok[REGNO] & (1<<(int)(MODE))) != 0)
|
((hard_regno_mode_ok[REGNO] & (1<<(int)(MODE))) != 0)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user