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
01a7aaea
Commit
01a7aaea
authored
Feb 20, 1998
by
Andreas Schwab
Committed by
Andreas Schwab
Feb 20, 1998
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* genrecog.c (main): Remove duplicated sentence in emitted comment.
From-SVN: r18134
parent
db126753
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
3 deletions
+6
-3
gcc/ChangeLog
+4
-0
gcc/genrecog.c
+2
-3
No files found.
gcc/ChangeLog
View file @
01a7aaea
Fri Feb 20 12:10:26 1998 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
* genrecog.c (main): Remove duplicated sentence in emitted comment.
Thu Feb 19 22:36:53 1998 Andrey Slepuhin <pooh@msu.net>
Thu Feb 19 22:36:53 1998 Andrey Slepuhin <pooh@msu.net>
David Edelsohn <edelsohn@mhpcc.edu>
David Edelsohn <edelsohn@mhpcc.edu>
...
...
gcc/genrecog.c
View file @
01a7aaea
/* Generate code from machine description to recognize rtl as insns.
/* Generate code from machine description to recognize rtl as insns.
Copyright (C) 1987, 88, 92, 93, 94, 95,
1997
Free Software Foundation, Inc.
Copyright (C) 1987, 88, 92, 93, 94, 95,
97, 98
Free Software Foundation, Inc.
This file is part of GNU CC.
This file is part of GNU CC.
...
@@ -1762,8 +1762,7 @@ from the machine description file `md'. */\n\n");
...
@@ -1762,8 +1762,7 @@ from the machine description file `md'. */\n\n");
If the rtx is valid, recog returns a nonnegative number
\n
\
If the rtx is valid, recog returns a nonnegative number
\n
\
which is the insn code number for the pattern that matched.
\n
"
);
which is the insn code number for the pattern that matched.
\n
"
);
printf
(
" This is the same as the order in the machine description of
\n
\
printf
(
" This is the same as the order in the machine description of
\n
\
the entry that matched. This number can be used as an index into
\n
\
the entry that matched. This number can be used as an index into various
\n
\
entry that matched. This number can be used as an index into various
\n
\
insn_* tables, such as insn_templates, insn_outfun, and insn_n_operands
\n
\
insn_* tables, such as insn_templates, insn_outfun, and insn_n_operands
\n
\
(found in insn-output.c).
\n\n
"
);
(found in insn-output.c).
\n\n
"
);
printf
(
" The third argument to recog is an optional pointer to an int.
\n
\
printf
(
" The third argument to recog is an optional pointer to an int.
\n
\
...
...
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