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
e5de8c72
Commit
e5de8c72
authored
Nov 01, 1999
by
Jeffrey A Law
Committed by
Jeff Law
Nov 01, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* flow.c (calculate_global_regs_live): Fix thinko.
From-SVN: r30316
parent
ddc8c96c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletions
+4
-1
gcc/ChangeLog
+3
-0
gcc/flow.c
+1
-1
No files found.
gcc/ChangeLog
View file @
e5de8c72
Sun
Oct
31
23
:
57
:
07
1999
Mark
Mitchell
<
mark
@codesourcery
.
com
>
*
ggc
-
page
.
c
(
struct
page_entry
)
:
Remove
save_num_free_objects
.
...
...
@@ -23,6 +24,8 @@ Sun Oct 31 23:42:37 1999 Mark Mitchell <mark@codesourcery.com>
Sun
Oct
31
23
:
03
:
25
1999
Jeffrey
A
Law
(
law
@cygnus
.
com
)
*
flow
.
c
(
calculate_global_regs_live
)
:
Fix
thinko
.
*
integrate
.
c
(
expand_inline_function
)
:
Fix
bugs
in
previous
change
from
Oct
28
,
1999
.
...
...
gcc/flow.c
View file @
e5de8c72
...
...
@@ -3126,7 +3126,7 @@ calculate_global_regs_live (blocks_in, blocks_out, flags)
/* Rescan the block insn by insn to turn (a copy of) live_at_end
into live_at_start. */
propagate_block
(
new_live_at_end
,
bb
->
head
,
bb
->
end
,
bb
->
local_set
,
i
,
flags
);
bb
->
local_set
,
bb
->
index
,
flags
);
/* If live_at start didn't change, no need to go farther. */
if
(
REG_SET_EQUAL_P
(
bb
->
global_live_at_start
,
new_live_at_end
))
...
...
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