public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc(refs/users/marxin/heads/marxin-gcc-benchmark-branch)] md.texi (Define Subst): Match closing paren in example.
@ 2020-03-30 10:55 Martin Liska
0 siblings, 0 replies; only message in thread
From: Martin Liska @ 2020-03-30 10:55 UTC (permalink / raw)
To: gcc-cvs
https://gcc.gnu.org/g:339ab27a7de411ec69d35ccb1f3c5b0877367660
commit 339ab27a7de411ec69d35ccb1f3c5b0877367660
Author: Hans-Peter Nilsson <hp@axis.com>
Date: Tue Jan 28 22:34:49 2020 +0100
md.texi (Define Subst): Match closing paren in example.
Diff:
---
gcc/ChangeLog | 4 ++++
gcc/doc/md.texi | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
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 <hp@axis.com>
+
+ * md.texi (Define Subst): Match closing paren in example.
+
2020-02-10 Jakub Jelinek <jakub@redhat.com>
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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2020-03-30 10:55 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-30 10:55 [gcc(refs/users/marxin/heads/marxin-gcc-benchmark-branch)] md.texi (Define Subst): Match closing paren in example Martin Liska
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).