Fixes eh49.C on sparc.

From-SVN: r12667
This commit is contained in:
Mike Stump 1996-08-21 23:08:55 +00:00
parent 632c9d9e7e
commit deeeee8cd3
1 changed files with 4 additions and 0 deletions

View File

@ -2078,6 +2078,10 @@ extern union tree_node *current_function_decl;
#define ELIGIBLE_FOR_EPILOGUE_DELAY(trial, slots_filled) \
(TARGET_FLAT ? sparc_flat_eligible_for_epilogue_delay (trial, slots_filled) \
: eligible_for_epilogue_delay (trial, slots_filled))
/* Define registers used by the epilogue and return instruction. */
#define EPILOGUE_USES(REGNO) \
(!TARGET_FLAT && REGNO == 31)
/* Output assembler code for a block containing the constant parts
of a trampoline, leaving space for the variable parts. */