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
507741dd
Commit
507741dd
authored
May 06, 2000
by
Richard Henderson
Committed by
Richard Henderson
May 06, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* flow.c (mark_set_1): Respect not_dead when updating reg_live.
From-SVN: r33736
parent
6482ee51
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
0 deletions
+3
-0
gcc/ChangeLog
+2
-0
gcc/flow.c
+1
-0
No files found.
gcc/ChangeLog
View file @
507741dd
...
@@ -3,6 +3,8 @@
...
@@ -3,6 +3,8 @@
*
flow
.
c
(
split_edge
)
:
Don
'
t
allocate
global_live_at_start
for
*
flow
.
c
(
split_edge
)
:
Don
'
t
allocate
global_live_at_start
for
the
new
block
unless
the
old
blocks
had
them
as
well
.
the
new
block
unless
the
old
blocks
had
them
as
well
.
*
flow
.
c
(
mark_set_1
)
:
Respect
not_dead
when
updating
reg_live
.
2000
-
05
-
06
Zack
Weinberg
<
zack
@wolery
.
cumb
.
org
>
2000
-
05
-
06
Zack
Weinberg
<
zack
@wolery
.
cumb
.
org
>
*
cpphash
.
h
:
Remove
conditional
#
define
of
__extension__
.
*
cpphash
.
h
:
Remove
conditional
#
define
of
__extension__
.
...
...
gcc/flow.c
View file @
507741dd
...
@@ -4373,6 +4373,7 @@ mark_set_1 (pbi, code, reg, cond, insn, flags)
...
@@ -4373,6 +4373,7 @@ mark_set_1 (pbi, code, reg, cond, insn, flags)
/* Mark the register as being dead. */
/* Mark the register as being dead. */
if
(
some_was_live
if
(
some_was_live
&&
!
not_dead
/* The stack pointer is never dead. Well, not strictly true,
/* The stack pointer is never dead. Well, not strictly true,
but it's very difficult to tell from here. Hopefully
but it's very difficult to tell from here. Hopefully
combine_stack_adjustments will fix up the most egregious
combine_stack_adjustments will fix up the most egregious
...
...
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