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
47cc673a
Commit
47cc673a
authored
Jul 20, 2002
by
Michael Matz
Committed by
Michael Matz
Jul 20, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* ra-build.c: (remember_web_was_spilled): Use GENERAL_REGS.
From-SVN: r55612
parent
68e65275
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletions
+6
-1
gcc/ChangeLog
+4
-0
gcc/ra-build.c
+2
-1
No files found.
gcc/ChangeLog
View file @
47cc673a
2002-07-20 Michae Matz <matz@suse.de>
* ra-build.c: (remember_web_was_spilled): Use GENERAL_REGS.
2002-07-20 Neil Booth <neil@daikokuya.co.uk>
* cppexp.c (struct op): Add token pointer.
...
...
gcc/ra-build.c
View file @
47cc673a
...
...
@@ -2349,7 +2349,8 @@ remember_web_was_spilled (web)
reg_class_contents
[
reg_alternate_class
(
web
->
regno
)]);
}
else
COPY_HARD_REG_SET
(
web
->
usable_regs
,
reg_class_contents
[(
int
)
ALL_REGS
]);
COPY_HARD_REG_SET
(
web
->
usable_regs
,
reg_class_contents
[(
int
)
GENERAL_REGS
]);
AND_COMPL_HARD_REG_SET
(
web
->
usable_regs
,
never_use_colors
);
prune_hardregs_for_mode
(
&
web
->
usable_regs
,
PSEUDO_REGNO_MODE
(
web
->
regno
));
#ifdef CLASS_CANNOT_CHANGE_MODE
...
...
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