aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/nds32/nds32-protos.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config/nds32/nds32-protos.h')
-rw-r--r--gcc/config/nds32/nds32-protos.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/nds32/nds32-protos.h b/gcc/config/nds32/nds32-protos.h
index 8a93002..3fa8ae1 100644
--- a/gcc/config/nds32/nds32-protos.h
+++ b/gcc/config/nds32/nds32-protos.h
@@ -155,9 +155,8 @@ extern int nds32_adjust_insn_length (rtx_insn *, int);
/* Auxiliary functions for FP_AS_GP detection. */
-extern int nds32_fp_as_gp_check_available (void);
-
extern bool nds32_symbol_load_store_p (rtx_insn *);
+extern bool nds32_naked_function_p (tree);
/* Auxiliary functions for jump table generation. */
@@ -367,5 +366,6 @@ extern bool nds32_use_load_post_increment(machine_mode);
/* Functions for create nds32 specific optimization pass. */
extern rtl_opt_pass *make_pass_nds32_relax_opt (gcc::context *);
+extern rtl_opt_pass *make_pass_nds32_fp_as_gp (gcc::context *);
/* ------------------------------------------------------------------------ */