diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2002-12-12 14:03:56 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2002-12-12 14:03:56 +0000 |
commit | 299c51115bfcdbf61fb7f2dcec8ba7db3ef94d0e (patch) | |
tree | 915eb55dab3755fa4939789ee9675cefee26a095 /gcc/doc/md.texi | |
parent | 2eb96bdbd4dd975638281ebab47e5dd5777c643d (diff) | |
download | gcc-299c51115bfcdbf61fb7f2dcec8ba7db3ef94d0e.zip gcc-299c51115bfcdbf61fb7f2dcec8ba7db3ef94d0e.tar.gz gcc-299c51115bfcdbf61fb7f2dcec8ba7db3ef94d0e.tar.bz2 |
* doc/md.texi (pushm): Fix a typo.
From-SVN: r60072
Diffstat (limited to 'gcc/doc/md.texi')
-rw-r--r-- | gcc/doc/md.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/md.texi b/gcc/doc/md.texi index 98ce162..3ed88d0 100644 --- a/gcc/doc/md.texi +++ b/gcc/doc/md.texi @@ -2506,7 +2506,7 @@ operand 2 is a constant: the number of consecutive registers. @cindex @code{push@var{m}} instruction pattern @item @samp{push@var{m}} -Output an push instruction. Operand 0 is value to push. Used only when +Output a push instruction. Operand 0 is value to push. Used only when @code{PUSH_ROUNDING} is defined. For historical reason, this pattern may be missing and in such case an @code{mov} expander is used instead, with a @code{MEM} expression forming the push operation. The @code{mov} expander |