From: Andreas Schwab Date: Thu, 9 Aug 2018 16:25:12 +0000 (+0000) Subject: m68k-protos.h (m68k_final_prescan_insn): Remove prototype. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6b10fc37f738cbbc65e258edc2cc49e8a41aa2e3;p=gcc.git m68k-protos.h (m68k_final_prescan_insn): Remove prototype. * config/m68k/m68k-protos.h (m68k_final_prescan_insn): Remove prototype. From-SVN: r263452 --- 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. */