aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc
diff options
context:
space:
mode:
authorJohn David Anglin <dave@hiauly1.hia.nrc.ca>2001-08-10 02:14:26 +0000
committerJohn David Anglin <dave@hiauly1.hia.nrc.ca>2001-08-10 02:14:26 +0000
commit4b2af556c1f6973b4582df5823b69fb3201ab314 (patch)
treec454a2fe908497cd8a317f531faafcecb078fda1 /gcc/doc
parent93795e8fa5becb62d4a3315f295bd0d32ae1485c (diff)
* 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". git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@44750 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/doc')
-rw-r--r--gcc/doc/md.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/md.texi b/gcc/doc/md.texi
index 8fa221deda3..f395d6f7967 100644
--- a/gcc/doc/md.texi
+++ b/gcc/doc/md.texi
@@ -2966,7 +2966,7 @@ instruction scheduling.
@cindex @code{epilogue} instruction pattern
@anchor{epilogue instruction pattern}
@item @samp{epilogue}
-This pattern, if defined, emits RTL for exit from a function. The function
+This pattern emits RTL for exit from a function. The function
exit is responsible for deallocating the stack frame, restoring callee saved
registers and emitting the return instruction.