aboutsummaryrefslogtreecommitdiff
path: root/gcc/function.h
diff options
context:
space:
mode:
authorRichard Henderson <rth@gcc.gnu.org>1999-11-04 16:35:10 -0800
committerRichard Henderson <rth@gcc.gnu.org>1999-11-04 16:35:10 -0800
commitbd695e1e9d018a98de8d09bd855574dc6e183ad9 (patch)
tree3bf8e0ad4395b139c88e9c1ff7b7933ea4b1d9db /gcc/function.h
parent49886fe1cef61d4d3957033290d324dd27f7d389 (diff)
downloadgcc-bd695e1e9d018a98de8d09bd855574dc6e183ad9.zip
gcc-bd695e1e9d018a98de8d09bd855574dc6e183ad9.tar.gz
gcc-bd695e1e9d018a98de8d09bd855574dc6e183ad9.tar.bz2
function.c (diddle_return_value): New.
* 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. From-SVN: r30401
Diffstat (limited to 'gcc/function.h')
-rw-r--r--gcc/function.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/function.h b/gcc/function.h
index 24055e3..f476bbe 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. */