diff options
author | reichelt <reichelt@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-04-15 10:24:13 +0000 |
---|---|---|
committer | reichelt <reichelt@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-04-15 10:24:13 +0000 |
commit | 837bbb8b04e524c12b0f3c10e76a4473c2e0fd51 (patch) | |
tree | 668f4182098e142743c26327fa3b18d2cb77bd6a /gcc/doc/rtl.texi | |
parent | 6f8a28875d01388c90ed96652e0f99c191f8547c (diff) | |
download | gcc-837bbb8b04e524c12b0f3c10e76a4473c2e0fd51.tar.gz |
* doc/invoke.texi: Fix typos.
* doc/md.texi: Likewise.
* doc/rtl.texi: Likewise.
* doc/sourcebuild.texi: Likewise.
* doc/tm.texi: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@98179 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/doc/rtl.texi')
-rw-r--r-- | gcc/doc/rtl.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/rtl.texi b/gcc/doc/rtl.texi index 2e7bca7ec1e..9858e47c767 100644 --- a/gcc/doc/rtl.texi +++ b/gcc/doc/rtl.texi @@ -3517,7 +3517,7 @@ on these machines should have a body which is a @code{parallel} that contains both the @code{call} expression and @code{clobber} expressions that indicate which registers are destroyed. Similarly, if the call instruction requires some register other than the stack -pointer that is not explicitly mentioned it its RTL, a @code{use} +pointer that is not explicitly mentioned in its RTL, a @code{use} subexpression should mention that register. Functions that are called are assumed to modify all registers listed in |