aboutsummaryrefslogtreecommitdiff
path: root/gcc/expr.h
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2004-11-08 19:03:17 +0000
committerKazu Hirata <kazu@cs.umass.edu>2004-11-08 19:03:17 +0000
commit94bfb647b522069a75cefafbf20388f00b239db2 (patch)
treea14a4c1b65582bd1b5e47a5575f30beb26f0b4e4 /gcc/expr.h
parentfda503523d846b9ebcc6061a3ba8d8d6e806c07a (diff)
* calls.c (split_complex_values, split_complex_types): Make
them static. * expr.h: Remove the corresponding prototypes. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@90281 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/expr.h')
-rw-r--r--gcc/expr.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/expr.h b/gcc/expr.h
index ec5f9431714..fbb34a6d734 100644
--- a/gcc/expr.h
+++ b/gcc/expr.h
@@ -188,9 +188,6 @@ do { \
#define FUNCTION_ARG_PARTIAL_NREGS(CUM, MODE, TYPE, NAMED) 0
#endif
-tree split_complex_types (tree);
-tree split_complex_values (tree);
-
/* Supply a default definition of STACK_SAVEAREA_MODE for emit_stack_save.
Normally move_insn, so Pmode stack pointer. */