summaryrefslogtreecommitdiff
path: root/gcc/config/pdp11/pdp11-protos.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config/pdp11/pdp11-protos.h')
-rw-r--r--gcc/config/pdp11/pdp11-protos.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/gcc/config/pdp11/pdp11-protos.h b/gcc/config/pdp11/pdp11-protos.h
index 3b0e59a6200..a8da5a666bf 100644
--- a/gcc/config/pdp11/pdp11-protos.h
+++ b/gcc/config/pdp11/pdp11-protos.h
@@ -31,7 +31,11 @@ extern const char *output_move_quad (rtx *);
extern const char *output_block_move (rtx *);
extern const char *output_jump (enum rtx_code, int, int);
extern void print_operand_address (FILE *, rtx);
-extern int pdp11_register_move_cost (enum reg_class, enum reg_class);
+extern bool pdp11_cannot_change_mode_class (enum machine_mode,
+ enum machine_mode, enum reg_class);
+extern bool pdp11_secondary_memory_needed (reg_class_t, reg_class_t,
+ enum machine_mode);
+
#endif /* RTX_CODE */
extern void output_ascii (FILE *, const char *, int);