summaryrefslogtreecommitdiff
path: root/gcc/config/stormy16/stormy16-protos.h
diff options
context:
space:
mode:
authorAnatoly Sokolov <aesok@post.ru>2011-02-21 19:22:21 +0300
committerAnatoly Sokolov <aesok@gcc.gnu.org>2011-02-21 19:22:21 +0300
commit192997cf186527359a267c1002fef67218269e2e (patch)
tree66a53ffeb55210da014056390eb6a3d94607f16c /gcc/config/stormy16/stormy16-protos.h
parent09eeac26667fdf5fd404d24b4b345273fcd4037d (diff)
downloadgcc-192997cf186527359a267c1002fef67218269e2e.tar.gz
stormy16.h (GO_IF_MODE_DEPENDENT_ADDRESS): Remove.
* config/stormy16/stormy16.h (GO_IF_MODE_DEPENDENT_ADDRESS): Remove. * config/stormy16/stormy16-protos.h (xstormy16_mode_dependent_address_p): Remove. * config/stormy16/stormy16.c (xstormy16_mode_dependent_address_p): Make static. Change return type to bool. Change argument type to const_rtx. Remove dead code. (TARGET_MODE_DEPENDENT_ADDRESS_P): Define. From-SVN: r170367
Diffstat (limited to 'gcc/config/stormy16/stormy16-protos.h')
-rw-r--r--gcc/config/stormy16/stormy16-protos.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/config/stormy16/stormy16-protos.h b/gcc/config/stormy16/stormy16-protos.h
index ad44e154fae..5b4957b99c5 100644
--- a/gcc/config/stormy16/stormy16-protos.h
+++ b/gcc/config/stormy16/stormy16-protos.h
@@ -1,5 +1,5 @@
/* Prototypes for exported functions defined in xstormy16.c
- Copyright (C) 2000, 2001, 2003, 2004, 2007, 2008, 2010
+ Copyright (C) 2000, 2001, 2003, 2004, 2007, 2008, 2010, 2011
Free Software Foundation, Inc.
Contributed by Red Hat, Inc.
@@ -44,7 +44,6 @@ extern rtx xstormy16_function_value (const_tree, const_tree);
extern void xstormy16_emit_cbranch (enum rtx_code, rtx, rtx, rtx);
extern char *xstormy16_output_cbranch_hi (rtx, const char *, int, rtx);
extern char *xstormy16_output_cbranch_si (rtx, const char *, int, rtx);
-extern int xstormy16_mode_dependent_address_p (rtx);
extern void xstormy16_print_operand (FILE *, rtx, int);
extern void xstormy16_print_operand_address (FILE *, rtx);