diff options
Diffstat (limited to 'gcc/config/nds32/nds32-protos.h')
| -rw-r--r-- | gcc/config/nds32/nds32-protos.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/config/nds32/nds32-protos.h b/gcc/config/nds32/nds32-protos.h index e40ce3f..2bebaa6 100644 --- a/gcc/config/nds32/nds32-protos.h +++ b/gcc/config/nds32/nds32-protos.h @@ -138,4 +138,9 @@ extern void nds32_construct_isr_vectors_information (tree, const char *); extern void nds32_asm_file_start_for_isr (void); extern void nds32_asm_file_end_for_isr (void); +/* Auxiliary functions for cost calculation. */ + +extern bool nds32_rtx_costs_impl (rtx, int, int, int, int *, bool); +extern int nds32_address_cost_impl (rtx, enum machine_mode, addr_space_t, bool); + /* ------------------------------------------------------------------------ */ |
