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
2014-10-19 Andreas Schwab <schwab@linux-m68k.org>
* doc/md.texi (RTL Template) [match_scratch]: Correct equivalent
match_operand expression.
2014-10-19 Adhemerval Zanella <azanella@linux.vnet.ibm.com> 2014-10-19 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
David Edelsohn <dje.gcc@gmail.com> David Edelsohn <dje.gcc@gmail.com>
...@@ -297,7 +297,7 @@ expression. ...@@ -297,7 +297,7 @@ expression.
When matching patterns, this is equivalent to When matching patterns, this is equivalent to
@smallexample @smallexample
(match_operand:@var{m} @var{n} "scratch_operand" @var{pred}) (match_operand:@var{m} @var{n} "scratch_operand" @var{constraint})
@end smallexample @end smallexample
but, when generating RTL, it produces a (@code{scratch}:@var{m}) 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