stmt.c (expand_null_return_1): Remove code to generate simple returns and "use_goto...
authorJohn David Anglin <dave@hiauly1.hia.nrc.ca>
Fri, 10 Aug 2001 02:14:26 +0000 (02:14 +0000)
committerJohn David Anglin <danglin@gcc.gnu.org>
Fri, 10 Aug 2001 02:14:26 +0000 (02:14 +0000)
commit396ad5177cd6efc2dd508bd44beb0197254ee029
treec454a2fe908497cd8a317f531faafcecb078fda1
parente4124eb3842f195171f2205e1d66be25e99632c9
stmt.c (expand_null_return_1): Remove code to generate simple returns and "use_goto" argument.

* stmt.c (expand_null_return_1): Remove code to generate simple returns
and "use_goto" argument.
(expand_null_return, expand_value_return): Update all callers.
* function.c (expand_function_end): Remove code to generate simple
return.
* config/vax/vax.md (epilogue): New expander for function return.
* doc/md.texi (epilogue): Remove "if defined".

From-SVN: r44750
gcc/ChangeLog
gcc/config/vax/vax.md
gcc/doc/md.texi
gcc/function.c
gcc/stmt.c