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
3d35950b
Commit
3d35950b
authored
Nov 12, 2004
by
Bernd Schmidt
Committed by
Bernd Schmidt
Nov 12, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* genconfig.c (walk_insn_part): Look at match_dups inside a label_ref.
From-SVN: r90530
parent
f11edb4a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletions
+6
-1
gcc/ChangeLog
+4
-0
gcc/genconfig.c
+2
-1
No files found.
gcc/ChangeLog
View file @
3d35950b
2004
-
11
-
12
Bernd
Schmidt
<
bernd
.
schmidt
@
analog
.
com
>
*
genconfig
.
c
(
walk_insn_part
):
Look
at
match_dups
inside
a
label_ref
.
2004
-
11
-
12
Diego
Novillo
<
dnovillo
@
redhat
.
com
>
*
tree
-
scalar
-
evolution
.
c
(
analyzable_condition
):
Remove
...
...
gcc/genconfig.c
View file @
3d35950b
...
...
@@ -98,7 +98,8 @@ walk_insn_part (rtx part, int recog_p, int non_pc_set_src)
break
;
case
LABEL_REF
:
if
(
GET_CODE
(
XEXP
(
part
,
0
))
==
MATCH_OPERAND
)
if
(
GET_CODE
(
XEXP
(
part
,
0
))
==
MATCH_OPERAND
||
GET_CODE
(
XEXP
(
part
,
0
))
==
MATCH_DUP
)
break
;
return
;
...
...
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