From 6b10fc37f738cbbc65e258edc2cc49e8a41aa2e3 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Thu, 9 Aug 2018 16:25:12 +0000 Subject: [PATCH] m68k-protos.h (m68k_final_prescan_insn): Remove prototype. * config/m68k/m68k-protos.h (m68k_final_prescan_insn): Remove prototype. From-SVN: r263452 --- gcc/ChangeLog | 5 +++++ gcc/config/m68k/m68k-protos.h | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 839dfc3c2c2..94587888098 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2018-08-09 Andreas Schwab + + * config/m68k/m68k-protos.h (m68k_final_prescan_insn): Remove + prototype. + 2018-08-09 Richard Sandiford * tree-vect-loop.c (vectorizable_reduction): Allow inner-loop diff --git a/gcc/config/m68k/m68k-protos.h b/gcc/config/m68k/m68k-protos.h index 1f6a68f62b7..f412db9b31e 100644 --- a/gcc/config/m68k/m68k-protos.h +++ b/gcc/config/m68k/m68k-protos.h @@ -67,7 +67,6 @@ extern rtx m68k_function_value (const_tree, const_tree); extern int emit_move_sequence (rtx *, machine_mode, rtx); extern bool m68k_movem_pattern_p (rtx, rtx, HOST_WIDE_INT, bool); extern const char *m68k_output_movem (rtx *, rtx, HOST_WIDE_INT, bool); -extern void m68k_final_prescan_insn (rtx_insn *, rtx *, int); extern bool m68k_epilogue_uses (int); /* Functions from m68k.c used in constraints.md. */ -- 2.30.2