From a628d1951b29396e3aecd276125fc4ea6854ab2b Mon Sep 17 00:00:00 2001 From: Richard Henderson Date: Sat, 2 Oct 1999 11:45:42 -0700 Subject: [PATCH] Fix typo in peep2 example. From-SVN: r29775 --- gcc/md.texi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gcc/md.texi b/gcc/md.texi index 8242ea03bfa..53cf7b61039 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 -- 2.30.2