aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/ft32/ft32.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config/ft32/ft32.h')
-rw-r--r--gcc/config/ft32/ft32.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/gcc/config/ft32/ft32.h b/gcc/config/ft32/ft32.h
index 68cdda9..4eb3b7f 100644
--- a/gcc/config/ft32/ft32.h
+++ b/gcc/config/ft32/ft32.h
@@ -171,13 +171,6 @@ enum reg_class
#define REGNO_REG_CLASS(R) ((R < FT32_PC) ? GENERAL_REGS : \
(R == FT32_CC ? CC_REGS : SPECIAL_REGS))
-/* A C expression for the number of consecutive hard registers,
- starting at register number REGNO, required to hold a value of mode
- MODE. */
-#define HARD_REGNO_NREGS(REGNO, MODE) \
- ((GET_MODE_SIZE (MODE) + UNITS_PER_WORD - 1) \
- / UNITS_PER_WORD)
-
/* The Overall Framework of an Assembler File */
#undef ASM_SPEC