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
f65b7939
Commit
f65b7939
authored
Jan 24, 1993
by
Richard Kenner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(final_scan_insn): Call alter_subreg on duplicate operands (in case we
need to split the insn). From-SVN: r3318
parent
d8a8a4da
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
gcc/final.c
+6
-0
No files found.
gcc/final.c
View file @
f65b7939
...
...
@@ -1658,6 +1658,12 @@ final_scan_insn (insn, file, optimize, prescan, nopeepholes)
recog_operand
[
i
]
=
alter_subreg
(
recog_operand
[
i
]);
}
for
(
i
=
0
;
i
<
insn_n_dups
[
insn_code_number
];
i
++
)
{
if
(
GET_CODE
(
*
recog_dup_loc
[
i
])
==
SUBREG
)
*
recog_dup_loc
[
i
]
=
alter_subreg
(
*
recog_dup_loc
[
i
]);
}
#ifdef REGISTER_CONSTRAINTS
if
(
!
constrain_operands
(
insn_code_number
,
1
))
fatal_insn_not_found
(
insn
);
...
...
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