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
82efa2e5
Commit
82efa2e5
authored
Jul 23, 2001
by
Kazu Hirata
Committed by
Kazu Hirata
Jul 23, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* reload.c: Fix comment typos.
From-SVN: r44284
parent
ba412630
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
3 deletions
+5
-3
gcc/ChangeLog
+2
-0
gcc/reload.c
+3
-3
No files found.
gcc/ChangeLog
View file @
82efa2e5
...
...
@@ -9,6 +9,8 @@
the existing movqi pattern.
(movhi_push): Likewise.
* reload.c: Fix comment typos.
Mon Jul 23 23:34:07 CEST 2001 Jan Hubicka <jh@suse.cz>
* gcse.c (cprop_insn): Update call of cprop_cc0_jump.
...
...
gcc/reload.c
View file @
82efa2e5
...
...
@@ -2776,7 +2776,7 @@ find_reloads (insn, replace, ind_levels, live_known, reload_reg_p)
register
char
*
p
=
constraints
[
i
];
register
int
win
=
0
;
int
did_match
=
0
;
/* 0 => this operand can be reloaded somehow for this alternative */
/* 0 => this operand can be reloaded somehow for this alternative
.
*/
int
badop
=
1
;
/* 0 => this operand can be reloaded if the alternative allows regs. */
int
winreg
=
0
;
...
...
@@ -3187,7 +3187,7 @@ find_reloads (insn, replace, ind_levels, live_known, reload_reg_p)
||
(
REGNO
(
operand
)
>=
FIRST_PSEUDO_REGISTER
&&
reg_renumber
[
REGNO
(
operand
)]
<
0
)))
win
=
1
;
/* Drop through into 'r' case */
/* Drop through into 'r' case
.
*/
case
'r'
:
this_alternative
[
i
]
...
...
@@ -4536,7 +4536,7 @@ find_reloads_address (mode, memrefloc, ad, loc, opnum, type, ind_levels, insn)
regno
=
REGNO
(
ad
);
/* If the register is equivalent to an invariant expression, substitute
the invariant, and eliminate any eliminable register references. */
the invariant, and eliminate any eliminable register references.
*/
tem
=
reg_equiv_constant
[
regno
];
if
(
tem
!=
0
&&
(
tem
=
eliminate_regs
(
tem
,
mode
,
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