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
3f6790bf
Commit
3f6790bf
authored
Jul 13, 2000
by
Kaveh R. Ghazi
Committed by
Kaveh Ghazi
Jul 13, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* genrecog.c (write_header): Split long string.
From-SVN: r35024
parent
af0d1578
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
3 deletions
+6
-3
gcc/ChangeLog
+2
-0
gcc/genrecog.c
+4
-3
No files found.
gcc/ChangeLog
View file @
3f6790bf
2000-07-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* genrecog.c (write_header): Split long string.
* cpphash.c (macro_info): Don't use the `signed' keyword.
* system.h (alloca): Prototype if __GNUC__ && __SIZE_TYPE__.
...
...
gcc/genrecog.c
View file @
3f6790bf
...
...
@@ -2247,13 +2247,14 @@ write_header ()
returns a nonnegative number which is the insn code number for the
\n
\
pattern that matched. This is the same as the order in the machine
\n
\
description of the entry that matched. This number can be used as an
\n
\
index into `insn_data' and other tables.
\n
\
\n
\
index into `insn_data' and other tables.
\n
"
);
puts
(
"
\
The third argument to recog is an optional pointer to an int. If
\n
\
present, recog will accept a pattern if it matches except for missing
\n
\
CLOBBER expressions at the end. In that case, the value pointed to by
\n
\
the optional pointer will be set to the number of CLOBBERs that need
\n
\
to be added (it should be initialized to zero by the caller). If it
\n
\
to be added (it should be initialized to zero by the caller). If it"
);
puts
(
"\
is set nonzero, the caller should allocate a PARALLEL of the
\n
\
appropriate size, copy the initial entries, and call add_clobbers
\n
\
(found in insn-emit.c) to fill in the CLOBBERs.
\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