From: Hans-Peter Nilsson Date: Tue, 28 Jan 2020 21:34:49 +0000 (+0100) Subject: md.texi (Define Subst): Match closing paren in example. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=339ab27a7de411ec69d35ccb1f3c5b0877367660;p=gcc.git md.texi (Define Subst): Match closing paren in example. --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index b1c3f119965..a5c24dba24a 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2020-02-10 Hans-Peter Nilsson + + * md.texi (Define Subst): Match closing paren in example. + 2020-02-10 Jakub Jelinek PR target/58218 diff --git a/gcc/doc/md.texi b/gcc/doc/md.texi index 288a3a3201b..2c67c818da5 100644 --- a/gcc/doc/md.texi +++ b/gcc/doc/md.texi @@ -10541,7 +10541,7 @@ generated with the following @code{define_subst}: "" [(set (match_dup 0) (match_dup 1)) - (clobber (reg:CC FLAGS_REG))] + (clobber (reg:CC FLAGS_REG))]) @end smallexample This @code{define_subst} can be applied to any RTL pattern containing