diff options
author | Volker Reichelt <reichelt@igpm.rwth-aachen.de> | 2005-04-15 10:24:13 +0000 |
---|---|---|
committer | Volker Reichelt <reichelt@gcc.gnu.org> | 2005-04-15 10:24:13 +0000 |
commit | 0bdcd33274e716b59392b85dba44f9f05f572277 (patch) | |
tree | 668f4182098e142743c26327fa3b18d2cb77bd6a /gcc/doc/rtl.texi | |
parent | 1c432a0c34a7f3ac56afca802e1dce1058be2db5 (diff) | |
download | gcc-0bdcd33274e716b59392b85dba44f9f05f572277.zip gcc-0bdcd33274e716b59392b85dba44f9f05f572277.tar.gz gcc-0bdcd33274e716b59392b85dba44f9f05f572277.tar.bz2 |
invoke.texi: Fix typos.
* doc/invoke.texi: Fix typos.
* doc/md.texi: Likewise.
* doc/rtl.texi: Likewise.
* doc/sourcebuild.texi: Likewise.
* doc/tm.texi: Likewise.
From-SVN: r98179
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 2e7bca7..9858e47 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 |