diff options
author | David Edelsohn <dje@gcc.gnu.org> | 1998-07-01 06:22:13 -0400 |
---|---|---|
committer | David Edelsohn <dje@gcc.gnu.org> | 1998-07-01 06:22:13 -0400 |
commit | 7e390c9d11570f609b7a90589f221b237777e0bb (patch) | |
tree | 6bf79e98d3b5ce496c4cdeeeb404dcd10bc9128d | |
parent | 8543c01e3bb282ebdd7dbded84f0bd31c6c98d0a (diff) | |
download | gcc-7e390c9d11570f609b7a90589f221b237777e0bb.zip gcc-7e390c9d11570f609b7a90589f221b237777e0bb.tar.gz gcc-7e390c9d11570f609b7a90589f221b237777e0bb.tar.bz2 |
md.texi: fix typo in save_stack_* node.
From-SVN: r20869
-rw-r--r-- | gcc/md.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/md.texi b/gcc/md.texi index a3ebe69..c23f88b 100644 --- a/gcc/md.texi +++ b/gcc/md.texi @@ -2414,7 +2414,7 @@ such required data. When saving the stack pointer, operand 0 is the save area and operand 1 is the stack pointer. The mode used to allocate the save area defaults to @code{Pmode} but you can override that choice by defining the -@code{STACK_SAVEAREA_MODE} macro (@pxref{Storage_Layout}). You must +@code{STACK_SAVEAREA_MODE} macro (@pxref{Storage Layout}). You must specify an integral mode, or @code{VOIDmode} if no save area is needed for a particular type of save (either because no save is needed or because a machine-specific save area can be used). Operand 0 is the |