diff options
author | Andreas Schwab <schwab@linux-m68k.org> | 2018-08-09 16:25:12 +0000 |
---|---|---|
committer | Andreas Schwab <schwab@gcc.gnu.org> | 2018-08-09 16:25:12 +0000 |
commit | 6b10fc37f738cbbc65e258edc2cc49e8a41aa2e3 (patch) | |
tree | 348a88a33bf63aa41318fcc6295885c01c64f255 | |
parent | b8d5e148f669d56ccfd294dc396daba607237cdb (diff) | |
download | gcc-6b10fc37f738cbbc65e258edc2cc49e8a41aa2e3.zip gcc-6b10fc37f738cbbc65e258edc2cc49e8a41aa2e3.tar.gz gcc-6b10fc37f738cbbc65e258edc2cc49e8a41aa2e3.tar.bz2 |
m68k-protos.h (m68k_final_prescan_insn): Remove prototype.
* config/m68k/m68k-protos.h (m68k_final_prescan_insn): Remove
prototype.
From-SVN: r263452
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/config/m68k/m68k-protos.h | 1 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 839dfc3..9458788 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2018-08-09 Andreas Schwab <schwab@linux-m68k.org> + + * config/m68k/m68k-protos.h (m68k_final_prescan_insn): Remove + prototype. + 2018-08-09 Richard Sandiford <richard.sandiford@arm.com> * 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 1f6a68f..f412db9 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. */ |