diff options
Diffstat (limited to 'gcc/config/nds32/nds32.c')
-rw-r--r-- | gcc/config/nds32/nds32.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/nds32/nds32.c b/gcc/config/nds32/nds32.c index 9b42325bcbc..56ba24a20d5 100644 --- a/gcc/config/nds32/nds32.c +++ b/gcc/config/nds32/nds32.c @@ -2100,13 +2100,13 @@ nds32_memory_move_cost (machine_mode mode ATTRIBUTE_UNUSED, Refer to gcc/rtlanal.c for more information. */ static bool nds32_rtx_costs (rtx x, - int code, + machine_mode mode, int outer_code, int opno, int *total, bool speed) { - return nds32_rtx_costs_impl (x, code, outer_code, opno, total, speed); + return nds32_rtx_costs_impl (x, mode, outer_code, opno, total, speed); } static int |