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
19a9014f
Commit
19a9014f
authored
May 07, 1994
by
Richard Kenner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(choose_reload_regs): Remove previous change.
From-SVN: r7261
parent
5a783256
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
15 deletions
+0
-15
gcc/reload1.c
+0
-15
No files found.
gcc/reload1.c
View file @
19a9014f
...
...
@@ -4844,21 +4844,6 @@ choose_reload_regs (insn, avoid_return_reg)
reload_when_needed
[
j
],
reload_mode
[
j
]);
}
/* Ban all registers used for argument passing to the current
function call. */
if
(
GET_CODE
(
insn
)
==
CALL_INSN
)
{
rtx
link
;
for
(
link
=
CALL_INSN_FUNCTION_USAGE
(
insn
);
link
;
link
=
XEXP
(
link
,
1
))
if
(
GET_CODE
(
XEXP
(
link
,
0
))
==
USE
)
{
register
rtx
reg
=
SET_DEST
(
XEXP
(
link
,
0
));
mark_reload_reg_in_use
(
REGNO
(
reg
),
0
,
RELOAD_FOR_INPUT
,
GET_MODE
(
reg
));
}
}
if
(
n_reloads
>
1
)
qsort
(
reload_order
,
n_reloads
,
sizeof
(
short
),
reload_reg_class_lower
);
...
...
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