aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/moxie/moxie.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config/moxie/moxie.h')
-rw-r--r--gcc/config/moxie/moxie.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/gcc/config/moxie/moxie.h b/gcc/config/moxie/moxie.h
index 82e20ad..4730807 100644
--- a/gcc/config/moxie/moxie.h
+++ b/gcc/config/moxie/moxie.h
@@ -176,13 +176,6 @@ enum reg_class
#define REGNO_REG_CLASS(R) ((R < MOXIE_PC) ? GENERAL_REGS : \
(R == MOXIE_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