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
a8647766
Commit
a8647766
authored
Oct 17, 1994
by
Richard Kenner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update comment.
From-SVN: r8283
parent
ca72f752
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
gcc/recog.c
+3
-3
gcc/reload.c
+1
-1
No files found.
gcc/recog.c
View file @
a8647766
...
@@ -1718,9 +1718,9 @@ constrain_operands (insn_code_num, strict)
...
@@ -1718,9 +1718,9 @@ constrain_operands (insn_code_num, strict)
case
'p'
:
case
'p'
:
/* p is used for address_operands. When we are called by
/* p is used for address_operands. When we are called by
gen_
input_reload, no one will have checked that the
gen_
reload, no one will have checked that the address is
address is strictly valid, i.e., that all pseudo
s
strictly valid, i.e., that all pseudos requiring hard reg
s
requiring hard regs
have gotten them. */
have gotten them. */
if
(
strict
<=
0
if
(
strict
<=
0
||
(
strict_memory_address_p
||
(
strict_memory_address_p
(
insn_operand_mode
[
insn_code_num
][
opno
],
op
)))
(
insn_operand_mode
[
insn_code_num
][
opno
],
op
)))
...
...
gcc/reload.c
View file @
a8647766
...
@@ -2417,7 +2417,7 @@ find_reloads (insn, replace, ind_levels, live_known, reload_reg_p)
...
@@ -2417,7 +2417,7 @@ find_reloads (insn, replace, ind_levels, live_known, reload_reg_p)
&&
&
SET_DEST
(
set
)
==
recog_operand_loc
[
i
]);
&&
&
SET_DEST
(
set
)
==
recog_operand_loc
[
i
]);
else
if
(
code
==
PLUS
)
else
if
(
code
==
PLUS
)
/* We can get a PLUS as an "operand" as a result of
/* We can get a PLUS as an "operand" as a result of
register elimination. See eliminate_regs and gen_
input_
reload. */
register elimination. See eliminate_regs and gen_reload. */
substed_operand
[
i
]
=
recog_operand
[
i
]
=
*
recog_operand_loc
[
i
]
substed_operand
[
i
]
=
recog_operand
[
i
]
=
*
recog_operand_loc
[
i
]
=
find_reloads_toplev
(
recog_operand
[
i
],
i
,
address_type
[
i
],
=
find_reloads_toplev
(
recog_operand
[
i
],
i
,
address_type
[
i
],
ind_levels
,
0
);
ind_levels
,
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