OSDN Git Service

Fix typo in peep2 example.
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 2 Oct 1999 18:45:42 +0000 (18:45 +0000)
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 2 Oct 1999 18:45:42 +0000 (18:45 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@29775 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/md.texi

index 8242ea0..53cf7b6 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