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
447502c7
Commit
447502c7
authored
May 06, 1994
by
Richard Kenner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(init_reg_sets_1): Eliminate several permanent call_fixed_regs.
From-SVN: r7250
parent
e21fa13a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
8 deletions
+0
-8
gcc/regclass.c
+0
-8
No files found.
gcc/regclass.c
View file @
447502c7
...
...
@@ -375,19 +375,11 @@ init_reg_sets_1 ()
CLEAR_HARD_REG_SET
(
call_fixed_reg_set
);
bcopy
(
fixed_regs
,
call_fixed_regs
,
sizeof
call_fixed_regs
);
#ifdef STRUCT_VALUE_REGNUM
call_fixed_regs
[
STRUCT_VALUE_REGNUM
]
=
1
;
#endif
#ifdef STATIC_CHAIN_REGNUM
call_fixed_regs
[
STATIC_CHAIN_REGNUM
]
=
1
;
#endif
n_non_fixed_regs
=
0
;
for
(
i
=
0
;
i
<
FIRST_PSEUDO_REGISTER
;
i
++
)
{
if
(
FUNCTION_VALUE_REGNO_P
(
i
))
call_fixed_regs
[
i
]
=
1
;
if
(
fixed_regs
[
i
])
SET_HARD_REG_BIT
(
fixed_reg_set
,
i
);
else
...
...
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