diff options
author | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-11-05 00:35:10 +0000 |
---|---|---|
committer | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-11-05 00:35:10 +0000 |
commit | 631ef7ce153511a5edc1162394039f199393b55e (patch) | |
tree | 3bf8e0ad4395b139c88e9c1ff7b7933ea4b1d9db /gcc/function.h | |
parent | e1f2ec6ee8253c8f0c9160cee0abb7e9f95e681a (diff) | |
download | gcc-631ef7ce153511a5edc1162394039f199393b55e.tar.gz |
* function.c (diddle_return_value): New.
(expand_function_end): Use it.
* stmt.c (expand_null_return): Likewise.
(expand_value_return): Likewise.
* reg-stack.c (subst_stack_regs_pat): Handle clobbers at top-level.
* reload1.c (reload): Don't remove return value clobbers.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@30401 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/function.h')
-rw-r--r-- | gcc/function.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/function.h b/gcc/function.h index 24055e32b63..f476bbee937 100644 --- a/gcc/function.h +++ b/gcc/function.h @@ -578,6 +578,10 @@ extern void free_expr_status PROTO((struct function *)); extern rtx get_first_block_beg PROTO((void)); +#ifdef RTX_CODE +extern void diddle_return_value PROTO((enum rtx_code)); +#endif + extern void init_virtual_regs PROTO((struct emit_status *)); /* Called once, at initialization, to initialize function.c. */ |