From: ebotcazou Date: Thu, 12 Nov 2015 12:20:43 +0000 (+0000) Subject: * config/visium/visium-protos.h (notice_update_cc): Delete. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f1574a1d60f0ec33c854b4cd8ede9a7755d7c57a;p=thirdparty%2Fgcc.git * config/visium/visium-protos.h (notice_update_cc): Delete. (print_operand): Likewise. (print_operand_address): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@230251 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 645a59c5baa5..d43e6cff9160 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2015-11-12 Eric Botcazou + + * config/visium/visium-protos.h (notice_update_cc): Delete. + (print_operand): Likewise. + (print_operand_address): Likewise. + 2015-11-12 Uros Bizjak * config/alpha/alpha.h (FUNCTION_VALUE, LIBCALL_VALUE, diff --git a/gcc/config/visium/visium-protos.h b/gcc/config/visium/visium-protos.h index 5f36f285f312..147af552a963 100644 --- a/gcc/config/visium/visium-protos.h +++ b/gcc/config/visium/visium-protos.h @@ -49,9 +49,6 @@ extern void visium_split_cbranch (enum rtx_code, rtx, rtx, rtx); extern const char *output_ubranch (rtx, rtx_insn *); extern const char *output_cbranch (rtx, enum rtx_code, enum machine_mode, int, rtx_insn *); -extern void notice_update_cc (rtx, rtx); -extern void print_operand (FILE *, rtx, int); -extern void print_operand_address (FILE *, rtx); extern void split_double_move (rtx *, enum machine_mode); extern void visium_expand_copysign (rtx *, enum machine_mode); extern void visium_expand_int_cstore (rtx *, enum machine_mode);