Commit a628d195 by Richard Henderson

Fix typo in peep2 example.

From-SVN: r29775
parent 111fbf3e
...@@ -3565,9 +3565,9 @@ so here's a silly made-up example: ...@@ -3565,9 +3565,9 @@ so here's a silly made-up example:
@end smallexample @end smallexample
@noindent @noindent
If we had not added the @code{(match_dup 3)} at the end of the sequence, If we had not added the @code{(match_dup 4)} in the middle of the input
it might have been the case that the register we chose at the beginning sequence, it might have been the case that the register we chose at the
of the sequence is killed by the first or second @code{set}. beginning of the sequence is killed by the first or second @code{set}.
@node Insn Attributes @node Insn Attributes
@section Instruction Attributes @section Instruction Attributes
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment