diff options
Diffstat (limited to 'gcc/regrename.c')
-rw-r--r-- | gcc/regrename.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/regrename.c b/gcc/regrename.c index 6d7da30..62629f0 100644 --- a/gcc/regrename.c +++ b/gcc/regrename.c @@ -36,10 +36,6 @@ #include "toplev.h" #include "obstack.h" -#ifndef REGNO_MODE_OK_FOR_BASE_P -#define REGNO_MODE_OK_FOR_BASE_P(REGNO, MODE) REGNO_OK_FOR_BASE_P (REGNO) -#endif - #ifndef REG_MODE_OK_FOR_BASE_P #define REG_MODE_OK_FOR_BASE_P(REGNO, MODE) REG_OK_FOR_BASE_P (REGNO) #endif |