diff options
Diffstat (limited to 'gcc/config/moxie/moxie.h')
-rw-r--r-- | gcc/config/moxie/moxie.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gcc/config/moxie/moxie.h b/gcc/config/moxie/moxie.h index 4161036..09a720f 100644 --- a/gcc/config/moxie/moxie.h +++ b/gcc/config/moxie/moxie.h @@ -171,12 +171,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 < MOXIE_PC) ? GENERAL_REGS : \ |