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
cf641ce6
Commit
cf641ce6
authored
Feb 11, 1997
by
Joern Rennecke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(calc_live_regs): need not save MACL/MACH when not live, and in leaf function.
From-SVN: r13627
parent
f3e9068e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
4 deletions
+3
-4
gcc/config/sh/sh.c
+3
-4
No files found.
gcc/config/sh/sh.c
View file @
cf641ce6
...
...
@@ -2590,10 +2590,9 @@ calc_live_regs (count_ptr, live_regs_mask2)
{
/* Need to save all the regs ever live. */
if
((
regs_ever_live
[
reg
]
||
(
call_used_regs
[
reg
]
&&
!
fixed_regs
[
reg
]
&&
regs_ever_live
[
PR_REG
])
||
reg
==
MACH_REG
||
reg
==
MACL_REG
)
||
(
call_used_regs
[
reg
]
&&
(
!
fixed_regs
[
reg
]
||
reg
==
MACH_REG
||
reg
==
MACL_REG
)
&&
regs_ever_live
[
PR_REG
]))
&&
reg
!=
STACK_POINTER_REGNUM
&&
reg
!=
ARG_POINTER_REGNUM
&&
reg
!=
RETURN_ADDRESS_POINTER_REGNUM
&&
reg
!=
T_REG
&&
reg
!=
GBR_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