summaryrefslogtreecommitdiff
path: root/gcc/doc
diff options
context:
space:
mode:
authorjanis <janis@138bc75d-0d04-0410-961f-82ee72b054a4>2002-01-11 23:41:42 +0000
committerjanis <janis@138bc75d-0d04-0410-961f-82ee72b054a4>2002-01-11 23:41:42 +0000
commitf8c5d98cab2edd4c023756f036b24649e60e94ab (patch)
treef02a5b30af76c8a8f933b1128cf29fe6d72bacac /gcc/doc
parente71655b94d1fcc1415664fccd7d473445d96708c (diff)
downloadgcc-f8c5d98cab2edd4c023756f036b24649e60e94ab.tar.gz
* doc/rtl.texi (Insns): Fix 2 typos.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48784 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/doc')
-rw-r--r--gcc/doc/rtl.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/doc/rtl.texi b/gcc/doc/rtl.texi
index e2e25166dd0..a50a9db1c87 100644
--- a/gcc/doc/rtl.texi
+++ b/gcc/doc/rtl.texi
@@ -2681,7 +2681,7 @@ This means that the above invariants are not necessarily true for insns
inside @code{sequence} expressions. Specifically, if @var{insn} is the
first insn in a @code{sequence}, @code{NEXT_INSN (PREV_INSN (@var{insn}))}
is the insn containing the @code{sequence} expression, as is the value
-of @code{PREV_INSN (NEXT_INSN (@var{insn}))} is @var{insn} is the last
+of @code{PREV_INSN (NEXT_INSN (@var{insn}))} if @var{insn} is the last
insn in the @code{sequence} expression. You can use these expressions
to find the containing @code{sequence} expression.
@@ -3098,7 +3098,7 @@ insufficient registers are available.
Except for stack homes for parameters, which are indicated by a
@code{REG_EQUIV} note and are not useful to the early optimization
passes and pseudo registers that are equivalent to a memory location
-throughout there entire life, which is not detected until later in
+throughout their entire life, which is not detected until later in
the compilation, all equivalences are initially indicated by an attached
@code{REG_EQUAL} note. In the early stages of register allocation, a
@code{REG_EQUAL} note is changed into a @code{REG_EQUIV} note if