diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-11-08 19:03:17 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-11-08 19:03:17 +0000 |
commit | 5ab297450d4695be0023e907a1ea55c1592d3c94 (patch) | |
tree | a14a4c1b65582bd1b5e47a5575f30beb26f0b4e4 /gcc/expr.h | |
parent | 67793555f978a4648a76d82b57d003ae598e22d1 (diff) | |
download | ppe42-gcc-5ab297450d4695be0023e907a1ea55c1592d3c94.tar.gz ppe42-gcc-5ab297450d4695be0023e907a1ea55c1592d3c94.zip |
* calls.c (split_complex_values, split_complex_types): Make
them static.
* expr.h: Remove the corresponding prototypes.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@90281 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/expr.h')
-rw-r--r-- | gcc/expr.h | 3 |
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. */ |