aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Henderson <rth@gcc.gnu.org>1999-10-02 11:45:42 -0700
committerRichard Henderson <rth@gcc.gnu.org>1999-10-02 11:45:42 -0700
commita628d1951b29396e3aecd276125fc4ea6854ab2b (patch)
tree999280910f4a1bf246819388bc0804e84acf913e
parent111fbf3e96a0ace62d3907f6b3fe86a409a8fb79 (diff)
downloadgcc-a628d1951b29396e3aecd276125fc4ea6854ab2b.zip
gcc-a628d1951b29396e3aecd276125fc4ea6854ab2b.tar.gz
gcc-a628d1951b29396e3aecd276125fc4ea6854ab2b.tar.bz2
Fix typo in peep2 example.
From-SVN: r29775
-rw-r--r--gcc/md.texi6
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/md.texi b/gcc/md.texi
index 8242ea0..53cf7b6 100644
--- a/gcc/md.texi
+++ b/gcc/md.texi
@@ -3565,9 +3565,9 @@ so here's a silly made-up example:
@end smallexample
@noindent
-If we had not added the @code{(match_dup 3)} at the end of the sequence,
-it might have been the case that the register we chose at the beginning
-of the sequence is killed by the first or second @code{set}.
+If we had not added the @code{(match_dup 4)} in the middle of the input
+sequence, it might have been the case that the register we chose at the
+beginning of the sequence is killed by the first or second @code{set}.
@node Insn Attributes
@section Instruction Attributes