Commit e80f9fef by Andreas Schwab

md.texi (RTL Template): Correct equivalent match_operand expression.

* doc/md.texi (RTL Template) [match_scratch]: Correct equivalent
match_operand expression.

From-SVN: r216441
parent 4435bb92
......@@ -297,7 +297,7 @@ expression.
When matching patterns, this is equivalent to
@smallexample
(match_operand:@var{m} @var{n} "scratch_operand" @var{pred})
(match_operand:@var{m} @var{n} "scratch_operand" @var{constraint})
@end smallexample
but, when generating RTL, it produces a (@code{scratch}:@var{m})
......
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