Commit 339ab27a by Hans-Peter Nilsson

md.texi (Define Subst): Match closing paren in example.

parent a59aa302
2020-02-10 Hans-Peter Nilsson <hp@axis.com>
* md.texi (Define Subst): Match closing paren in example.
2020-02-10 Jakub Jelinek <jakub@redhat.com> 2020-02-10 Jakub Jelinek <jakub@redhat.com>
PR target/58218 PR target/58218
......
...@@ -10541,7 +10541,7 @@ generated with the following @code{define_subst}: ...@@ -10541,7 +10541,7 @@ generated with the following @code{define_subst}:
"" ""
[(set (match_dup 0) [(set (match_dup 0)
(match_dup 1)) (match_dup 1))
(clobber (reg:CC FLAGS_REG))] (clobber (reg:CC FLAGS_REG))])
@end smallexample @end smallexample
This @code{define_subst} can be applied to any RTL pattern containing This @code{define_subst} can be applied to any RTL pattern containing
......
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