diff options
Diffstat (limited to 'gcc/config/ft32/ft32.h')
-rw-r--r-- | gcc/config/ft32/ft32.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gcc/config/ft32/ft32.h b/gcc/config/ft32/ft32.h index 11e25e3..84de381 100644 --- a/gcc/config/ft32/ft32.h +++ b/gcc/config/ft32/ft32.h @@ -166,12 +166,6 @@ enum reg_class /* We can't copy to or from our CC register. */ #define AVOID_CCMODE_COPIES 1 -/* A C expression that is nonzero if it is permissible to store a - value of mode MODE in hard register number REGNO (or in several - registers starting with that one). All gstore registers are - equivalent, so we can set this to 1. */ -#define HARD_REGNO_MODE_OK(R,M) 1 - /* A C expression whose value is a register class containing hard register REGNO. */ #define REGNO_REG_CLASS(R) ((R < FT32_PC) ? GENERAL_REGS : \ |