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
b5835272
Commit
b5835272
authored
Jul 16, 1997
by
Richard Kenner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor reformatting.
From-SVN: r14461
parent
71791e16
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
gcc/flow.c
+5
-4
No files found.
gcc/flow.c
View file @
b5835272
...
...
@@ -1135,9 +1135,9 @@ life_analysis (f, nregs)
reg that is live at the end now but was not live there before
is one of the significant regs of this basic block). */
EXECUTE_IF_AND_COMPL_IN_REG_SET
(
basic_block_new_live_at_end
[
i
],
basic_block
_live_at_end
[
i
],
0
,
j
,
EXECUTE_IF_AND_COMPL_IN_REG_SET
(
basic_block_new
_live_at_end
[
i
],
basic_block_live_at_end
[
i
],
0
,
j
,
{
consider
=
1
;
if
(
REGNO_REG_SET_P
(
basic_block_significant
[
i
],
j
))
...
...
@@ -1661,7 +1661,8 @@ propagate_block (old, first, last, final, significant, bnum)
register
int
regno
;
register
int
*
p
;
EXECUTE_IF_AND_COMPL_IN_REG_SET
(
live
,
maxlive
,
0
,
regno
,
EXECUTE_IF_AND_COMPL_IN_REG_SET
(
live
,
maxlive
,
0
,
regno
,
{
regs_sometimes_live
[
sometimes_max
++
]
=
regno
;
SET_REGNO_REG_SET
(
maxlive
,
regno
);
...
...
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