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
1a84c183
Commit
1a84c183
authored
Apr 23, 2011
by
Mike Stump
Committed by
Mike Stump
Apr 23, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* gensupport.c (read_md_rtx): Fix typo in comment.
From-SVN: r172890
parent
cf693f43
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletions
+2
-1
gcc/ChangeLog
+1
-0
gcc/gensupport.c
+1
-1
No files found.
gcc/ChangeLog
View file @
1a84c183
2011-04-22 Mike Stump <mikestump@comcast.net>
2011-04-22 Mike Stump <mikestump@comcast.net>
* gensupport.c (read_md_rtx): Fix typo in comment.
* config/cris/cris.opt (moverride-best-lib-options): Fix typo in
* config/cris/cris.opt (moverride-best-lib-options): Fix typo in
comment.
comment.
...
...
gcc/gensupport.c
View file @
1a84c183
...
@@ -1304,7 +1304,7 @@ read_md_rtx (int *lineno, int *seqnr)
...
@@ -1304,7 +1304,7 @@ read_md_rtx (int *lineno, int *seqnr)
their C test is provably always false). If insn_elision is
their C test is provably always false). If insn_elision is
false, our caller needs to see all the patterns. Note that the
false, our caller needs to see all the patterns. Note that the
elided patterns are never counted by the sequence numbering; it
elided patterns are never counted by the sequence numbering; it
i
t i
s the caller's responsibility, when insn_elision is false, not
is the caller's responsibility, when insn_elision is false, not
to use elided pattern numbers for anything. */
to use elided pattern numbers for anything. */
switch
(
GET_CODE
(
desc
))
switch
(
GET_CODE
(
desc
))
{
{
...
...
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