Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
339ab27a
Commit
339ab27a
authored
Jan 28, 2020
by
Hans-Peter Nilsson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
md.texi (Define Subst): Match closing paren in example.
parent
a59aa302
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
gcc/ChangeLog
+4
-0
gcc/doc/md.texi
+1
-1
No files found.
gcc/ChangeLog
View file @
339ab27a
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
...
...
gcc/doc/md.texi
View file @
339ab27a
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment