diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2004-11-08 19:03:17 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2004-11-08 19:03:17 +0000 |
commit | 2f2b4a02c7e73283f22625c2e0b6831c80789f83 (patch) | |
tree | a14a4c1b65582bd1b5e47a5575f30beb26f0b4e4 /gcc/expr.h | |
parent | 513305f1598cc0bbb73e892e4d272a592f2d08c3 (diff) | |
download | gcc-2f2b4a02c7e73283f22625c2e0b6831c80789f83.zip gcc-2f2b4a02c7e73283f22625c2e0b6831c80789f83.tar.gz gcc-2f2b4a02c7e73283f22625c2e0b6831c80789f83.tar.bz2 |
calls.c (split_complex_values, [...]): Make them static.
* calls.c (split_complex_values, split_complex_types): Make
them static.
* expr.h: Remove the corresponding prototypes.
From-SVN: r90281
Diffstat (limited to 'gcc/expr.h')
-rw-r--r-- | gcc/expr.h | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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. */ |