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
c831a920
Commit
c831a920
authored
May 12, 1994
by
Richard Kenner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(find_reloads): Don't change a secondary reload to
RELOAD_FOR_OPERAND_ADDRESS. From-SVN: r7284
parent
6673dddf
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
+2
-1
gcc/reload.c
+2
-1
No files found.
gcc/reload.c
View file @
c831a920
...
...
@@ -3566,7 +3566,8 @@ find_reloads (insn, replace, ind_levels, live_known, reload_reg_p)
if
((
reload_when_needed
[
i
]
==
RELOAD_FOR_INPUT_ADDRESS
||
reload_when_needed
[
i
]
==
RELOAD_FOR_OUTPUT_ADDRESS
)
&&
(
operand_reloadnum
[
reload_opnum
[
i
]]
<
0
||
reload_optional
[
operand_reloadnum
[
reload_opnum
[
i
]]]))
||
reload_optional
[
operand_reloadnum
[
reload_opnum
[
i
]]])
&&
!
reload_secondary_p
[
i
])
reload_when_needed
[
i
]
=
RELOAD_FOR_OPERAND_ADDRESS
;
if
(
reload_when_needed
[
i
]
==
RELOAD_FOR_INPUT_ADDRESS
...
...
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