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
99f25d8e
Commit
99f25d8e
authored
Feb 26, 1999
by
Richard Henderson
Committed by
Richard Henderson
Feb 26, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* genextract.c (main): Clear recog_operands before extracting.
From-SVN: r25473
parent
6166aa01
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
gcc/ChangeLog
+2
-0
gcc/genextract.c
+2
-0
No files found.
gcc/ChangeLog
View file @
99f25d8e
...
...
@@ -3,6 +3,8 @@ Fri Feb 26 15:33:45 1999 Richard Henderson <rth@cygnus.com>
*
genattrtab
.
c
(
simplify_knowing
)
:
Fix
uninitialized
read
in
Feb
21
change
.
*
genextract
.
c
(
main
)
:
Clear
recog_operands
before
extracting
.
Fri
Feb
26
02
:
24
:
57
1999
Jeffrey
A
Law
(
law
@cygnus
.
com
)
*
c
-
pragma
.
c
(
add_weak
);
Delete
.
Moved
into
...
...
...
gcc/genextract.c
View file @
99f25d8e
...
...
@@ -461,6 +461,8 @@ from the machine description file `md'. */\n\n");
printf
(
" register rtx **ro_loc = recog_operand_loc;
\n
"
);
printf
(
" rtx pat = PATTERN (insn);
\n
"
);
printf
(
" int i ATTRIBUTE_UNUSED;
\n\n
"
);
printf
(
" memset (ro, 0, sizeof (*ro) * MAX_RECOG_OPERANDS);
\n
"
);
printf
(
" memset (ro_loc, 0, sizeof (*ro_loc) * MAX_RECOG_OPERANDS);
\n
"
);
printf
(
" switch (INSN_CODE (insn))
\n
"
);
printf
(
" {
\n
"
);
printf
(
" case -1:
\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