]> gcc.gnu.org Git - gcc.git/commitdiff
Fix typo in peep2 example.
authorRichard Henderson <rth@gcc.gnu.org>
Sat, 2 Oct 1999 18:45:42 +0000 (11:45 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Sat, 2 Oct 1999 18:45:42 +0000 (11:45 -0700)
From-SVN: r29775

gcc/md.texi

index 8242ea03bfa027f6f0c6af29ba014f917ad283b7..53cf7b6103936d900842ed75de4ceced3ffe3b87 100644 (file)
@@ -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
This page took 0.063628 seconds and 5 git commands to generate.