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
abbe8578
Commit
abbe8578
authored
Jan 14, 2004
by
Kazu Hirata
Committed by
Kazu Hirata
Jan 14, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* regrename.c (find_oldest_value_reg): Fix a warning.
From-SVN: r75871
parent
192c8d78
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
gcc/ChangeLog
+4
-0
gcc/regrename.c
+2
-2
No files found.
gcc/ChangeLog
View file @
abbe8578
2004-01-14 Kazu Hirata <kazu@cs.umass.edu>
* regrename.c (find_oldest_value_reg): Fix a warning.
2004-01-14 Richard Earnshaw <rearnsha@arm.com>
PR bootstrap/12527
...
...
gcc/regrename.c
View file @
abbe8578
...
...
@@ -1345,8 +1345,8 @@ find_oldest_value_reg (enum reg_class class, rtx reg, struct value_data *vd)
if
(
!
TEST_HARD_REG_BIT
(
reg_class_contents
[
class
],
last
))
return
NULL_RTX
;
if
(
new
=
maybe_mode_change
(
oldmode
,
vd
->
e
[
regno
].
mode
,
mode
,
i
,
regno
)
)
new
=
maybe_mode_change
(
oldmode
,
vd
->
e
[
regno
].
mode
,
mode
,
i
,
regno
);
if
(
new
)
{
ORIGINAL_REGNO
(
new
)
=
ORIGINAL_REGNO
(
reg
);
REG_ATTRS
(
new
)
=
REG_ATTRS
(
reg
);
...
...
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