public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r11-10995] aarch64: Tweak frame_size comment
@ 2023-09-12 15:21 Richard Sandiford
  0 siblings, 0 replies; only message in thread
From: Richard Sandiford @ 2023-09-12 15:21 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:b8cd5a0229da78c2d1289d54731fbef0126617d5

commit r11-10995-gb8cd5a0229da78c2d1289d54731fbef0126617d5
Author: Richard Sandiford <richard.sandiford@arm.com>
Date:   Tue Sep 12 16:19:47 2023 +0100

    aarch64: Tweak frame_size comment
    
    This patch fixes another case in which a value was described with
    an “upside-down” view.
    
    gcc/
            * config/aarch64/aarch64.h (aarch64_frame::frame_size): Tweak comment.

Diff:
---
 gcc/config/aarch64/aarch64.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gcc/config/aarch64/aarch64.h b/gcc/config/aarch64/aarch64.h
index 9291cfd3ec8b..82883ad5a0d8 100644
--- a/gcc/config/aarch64/aarch64.h
+++ b/gcc/config/aarch64/aarch64.h
@@ -861,8 +861,8 @@ struct GTY (()) aarch64_frame
      STACK_BOUNDARY.  */
   poly_int64 bytes_above_hard_fp;
 
-  /* The size of the frame.  This value is the offset from base of the
-     frame (incomming SP) to the stack_pointer.  This value is always
+  /* The size of the frame, i.e. the number of bytes between the bottom
+     of the outgoing arguments and the incoming SP.  This value is always
      a multiple of STACK_BOUNDARY.  */
   poly_int64 frame_size;

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-09-12 15:21 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-09-12 15:21 [gcc r11-10995] aarch64: Tweak frame_size comment Richard Sandiford

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).