aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/mep/mep.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config/mep/mep.h')
-rw-r--r--gcc/config/mep/mep.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/config/mep/mep.h b/gcc/config/mep/mep.h
index 1cdd746..58a6886 100644
--- a/gcc/config/mep/mep.h
+++ b/gcc/config/mep/mep.h
@@ -498,11 +498,6 @@ extern unsigned int mep_selected_isa;
{FRAME_POINTER_REGNUM, STACK_POINTER_REGNUM} \
}
-#define CAN_ELIMINATE(FROM, TO) \
- ((FROM) == ARG_POINTER_REGNUM && (TO) == STACK_POINTER_REGNUM \
- ? ! frame_pointer_needed \
- : 1)
-
#define INITIAL_ELIMINATION_OFFSET(FROM, TO, OFFSET) \
(OFFSET) = mep_elimination_offset (FROM, TO)