peep2 docs typo

Richard Henderson rth@cygnus.com
Sat Oct 2 11:46:00 GMT 1999


Doh.


r~


Index: md.texi
===================================================================
RCS file: /egcs/carton/cvsfiles/egcs/gcc/md.texi,v
retrieving revision 1.32
diff -c -p -d -r1.32 md.texi
*** md.texi	1999/10/02 18:07:49	1.32
--- md.texi	1999/10/02 18:45:13
*************** so here's a silly made-up example:
*** 3565,3573 ****
  @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}.
  
  @node Insn Attributes
  @section Instruction Attributes
--- 3565,3573 ----
  @end smallexample
  
  @noindent
! 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


More information about the Gcc-patches mailing list