aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorEric Botcazou <ebotcazou@adacore.com>2015-11-12 12:20:43 +0000
committerEric Botcazou <ebotcazou@gcc.gnu.org>2015-11-12 12:20:43 +0000
commit02215d8f13b9c1d827057f1fddc9355ec3158e84 (patch)
treea8d36169fcfee18d8ece628e65bdca3eb0985c26 /gcc
parentef995717ac8dd150710c192f842ebdc8ee8a2f5c (diff)
downloadgcc-02215d8f13b9c1d827057f1fddc9355ec3158e84.zip
gcc-02215d8f13b9c1d827057f1fddc9355ec3158e84.tar.gz
gcc-02215d8f13b9c1d827057f1fddc9355ec3158e84.tar.bz2
visium-protos.h (notice_update_cc): Delete.
* config/visium/visium-protos.h (notice_update_cc): Delete. (print_operand): Likewise. (print_operand_address): Likewise. From-SVN: r230251
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog6
-rw-r--r--gcc/config/visium/visium-protos.h3
2 files changed, 6 insertions, 3 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 645a59c..d43e6cf 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,9 @@
+2015-11-12 Eric Botcazou <ebotcazou@adacore.com>
+
+ * config/visium/visium-protos.h (notice_update_cc): Delete.
+ (print_operand): Likewise.
+ (print_operand_address): Likewise.
+
2015-11-12 Uros Bizjak <ubizjak@gmail.com>
* 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 5f36f28..147af55 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);