summaryrefslogtreecommitdiff
path: root/gcc/function.c
diff options
context:
space:
mode:
authoraj <aj@138bc75d-0d04-0410-961f-82ee72b054a4>2003-05-31 18:59:10 +0000
committeraj <aj@138bc75d-0d04-0410-961f-82ee72b054a4>2003-05-31 18:59:10 +0000
commitb80f88f88a17eb069a086676c9d06ed5cac56e15 (patch)
tree4f0d6619d1537d0cba29a6171d27329b5b6369c5 /gcc/function.c
parente7c55e4c11141a52ca03d95d2cdac55666782aad (diff)
downloadgcc-b80f88f88a17eb069a086676c9d06ed5cac56e15.tar.gz
Add missed chunk in last commit.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67275 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/function.c')
-rw-r--r--gcc/function.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/function.c b/gcc/function.c
index c6d485d3013..76184b9b659 100644
--- a/gcc/function.c
+++ b/gcc/function.c
@@ -5842,8 +5842,7 @@ trampoline_address (function)
&& fn_context != inline_function_decl)
fp = find_function_data (fn_context);
- /* Allocate run-time space for this trampoline
- (usually in the defining function's stack frame). */
+ /* Allocate run-time space for this trampoline. */
/* If rounding needed, allocate extra space
to ensure we have TRAMPOLINE_SIZE bytes left after rounding up. */
#define TRAMPOLINE_REAL_SIZE \