GCN: Remove 'SGPR_OR_VGPR_REGNO_P' definition
..., which was always (a) unused, and (b) bogus: always-false. gcc/ * config/gcn/gcn.h (SGPR_OR_VGPR_REGNO_P): Remove.
This commit is contained in:
parent
6c2a40f4f4
commit
f9eb021283
1 changed files with 0 additions and 1 deletions
|
@ -180,7 +180,6 @@
|
|||
#define HARD_FRAME_POINTER_IS_ARG_POINTER 0
|
||||
#define HARD_FRAME_POINTER_IS_FRAME_POINTER 0
|
||||
|
||||
#define SGPR_OR_VGPR_REGNO_P(N) ((N)>=FIRST_VGPR_REG && (N) <= LAST_SGPR_REG)
|
||||
#define SGPR_REGNO_P(N) ((N) <= LAST_SGPR_REG)
|
||||
#define VGPR_REGNO_P(N) ((N)>=FIRST_VGPR_REG && (N) <= LAST_VGPR_REG)
|
||||
#define AVGPR_REGNO_P(N) ((N)>=FIRST_AVGPR_REG && (N) <= LAST_AVGPR_REG)
|
||||
|
|
Loading…
Add table
Reference in a new issue