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
74ae207d
Commit
74ae207d
authored
Aug 19, 2004
by
J"orn Rennecke
Committed by
Joern Rennecke
Aug 19, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* regclass.c (globalize_reg): Update call_really_used_regs.
From-SVN: r86250
parent
50652ae9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
0 deletions
+7
-0
gcc/ChangeLog
+4
-0
gcc/regclass.c
+3
-0
No files found.
gcc/ChangeLog
View file @
74ae207d
2004-08-19 J"orn Rennecke <joern.rennecke@superh.com>
* regclass.c (globalize_reg): Update call_really_used_regs.
2004-08-19 Nathan Sidwell <nathan@codesourcery.com>
* doc/invoke.texi (integer-share-limit): Document.
...
...
gcc/regclass.c
View file @
74ae207d
...
...
@@ -810,6 +810,9 @@ globalize_reg (int i)
return
;
fixed_regs
[
i
]
=
call_used_regs
[
i
]
=
call_fixed_regs
[
i
]
=
1
;
#ifdef CALL_REALLY_USED_REGISTERS
call_really_used_regs
[
i
]
=
1
;
#endif
n_non_fixed_regs
--
;
SET_HARD_REG_BIT
(
fixed_reg_set
,
i
);
...
...
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