diff options
Diffstat (limited to 'gcc/config/crx/crx.c')
-rw-r--r-- | gcc/config/crx/crx.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/crx/crx.c b/gcc/config/crx/crx.c index 2f4aa6f176b..1ae1bcfcd46 100644 --- a/gcc/config/crx/crx.c +++ b/gcc/config/crx/crx.c @@ -136,7 +136,7 @@ static bool crx_fixed_condition_code_regs (unsigned int *, unsigned int *); static rtx crx_struct_value_rtx (tree fntype ATTRIBUTE_UNUSED, int incoming ATTRIBUTE_UNUSED); static bool crx_return_in_memory (const_tree type, const_tree fntype ATTRIBUTE_UNUSED); -static int crx_address_cost (rtx); +static int crx_address_cost (rtx, bool); /*****************************************************************************/ /* STACK LAYOUT AND CALLING CONVENTIONS */ @@ -800,7 +800,7 @@ crx_legitimate_address_p (enum machine_mode mode ATTRIBUTE_UNUSED, /* Return cost of the memory address x. */ static int -crx_address_cost (rtx addr) +crx_address_cost (rtx addr, bool speed ATTRIBUTE_UNUSED) { enum crx_addrtype addrtype; struct crx_address address; |