summaryrefslogtreecommitdiff
path: root/gcc/config/crx/crx.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config/crx/crx.h')
-rw-r--r--gcc/config/crx/crx.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/config/crx/crx.h b/gcc/config/crx/crx.h
index 1d5cb87af3e..a6260f48aa2 100644
--- a/gcc/config/crx/crx.h
+++ b/gcc/config/crx/crx.h
@@ -313,8 +313,6 @@ enum reg_class
#define PUSH_ROUNDING(BYTES) (((BYTES) + 3) & ~3)
-#define RETURN_POPS_ARGS(FNDECL, FUNTYPE, SIZE) 0
-
#define FUNCTION_ARG(CUM, MODE, TYPE, NAMED) \
((rtx) crx_function_arg(&(CUM), (MODE), (TYPE), (NAMED)))