diff options
author | Richard Stallman <rms@gnu.org> | 1993-06-29 22:15:59 +0000 |
---|---|---|
committer | Richard Stallman <rms@gnu.org> | 1993-06-29 22:15:59 +0000 |
commit | 60343c3baa8439c2024431c329bac6b2ab5c8190 (patch) | |
tree | e727f6f5e76ac27830ae0664b97f80a332dba02b /gcc | |
parent | c070dcf73313ae48f3686b3beaa267802d757ab3 (diff) | |
download | gcc-60343c3baa8439c2024431c329bac6b2ab5c8190.zip gcc-60343c3baa8439c2024431c329bac6b2ab5c8190.tar.gz gcc-60343c3baa8439c2024431c329bac6b2ab5c8190.tar.bz2 |
Comment change.
From-SVN: r4798
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/rtl.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -836,7 +836,7 @@ extern rtx virtual_incoming_args_rtx; #define VIRTUAL_INCOMING_ARGS_REGNUM (FIRST_VIRTUAL_REGISTER) -/* If FRAME_GROWS_DOWNWARDS, this points to immediately above the first +/* If FRAME_GROWS_DOWNWARD, this points to immediately above the first variable on the stack. Otherwise, it points to the first variable on the stack. */ |