diff options
Diffstat (limited to 'gcc/combine.c')
-rw-r--r-- | gcc/combine.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/combine.c b/gcc/combine.c index a1219de570d..8911cb2db32 100644 --- a/gcc/combine.c +++ b/gcc/combine.c @@ -813,9 +813,6 @@ setup_incoming_promotions (void) if (targetm.calls.promote_function_args (TREE_TYPE (cfun->decl))) { -#ifndef OUTGOING_REGNO -#define OUTGOING_REGNO(N) N -#endif for (regno = 0; regno < FIRST_PSEUDO_REGISTER; regno++) /* Check whether this register can hold an incoming pointer argument. FUNCTION_ARG_REGNO_P tests outgoing register |