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
5126c35a
Commit
5126c35a
authored
Sep 14, 1999
by
Richard Henderson
Committed by
Richard Henderson
Sep 14, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* genrecog.c (add_to_sequence): Rename MATCH_INSN2.
From-SVN: r29423
parent
a669dbf8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletions
+2
-1
gcc/ChangeLog
+1
-0
gcc/genrecog.c
+1
-1
No files found.
gcc/ChangeLog
View file @
5126c35a
...
...
@@ -2,6 +2,7 @@ Tue Sep 14 20:26:02 1999 Richard Henderson <rth@cygnus.com>
*
rtl
.
def
(
match_insn
,
match_insn2
)
:
Remove
match_insn
;
rename
match_insn2
to
match_insn
.
*
genrecog
.
c
(
add_to_sequence
)
:
Rename
MATCH_INSN2
.
Tue
Sep
14
20
:
10
:
29
1999
Richard
Henderson
<
rth
@cygnus
.
com
>
...
...
gcc/genrecog.c
View file @
5126c35a
...
...
@@ -442,7 +442,7 @@ add_to_sequence (pattern, last, position, insn_type, top)
case
MATCH_SCRATCH
:
case
MATCH_OPERATOR
:
case
MATCH_PARALLEL
:
case
MATCH_INSN
2
:
case
MATCH_INSN
:
new
->
opno
=
XINT
(
pattern
,
0
);
new
->
code
=
(
code
==
MATCH_PARALLEL
?
PARALLEL
:
UNKNOWN
);
new
->
enforce_mode
=
0
;
...
...
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