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
5896bebb
Commit
5896bebb
authored
May 24, 2000
by
Jakub Jelinek
Committed by
Alexandre Oliva
May 24, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* ifcvt.c (if_convert): Update life info globally.
From-SVN: r34119
parent
5c6df058
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletions
+7
-1
gcc/ChangeLog
+4
-0
gcc/ifcvt.c
+3
-1
No files found.
gcc/ChangeLog
View file @
5896bebb
2000
-
05
-
24
Jakub
Jelinek
<
jakub
@redhat
.
com
>
*
ifcvt
.
c
(
if_convert
)
:
Update
life
info
globally
.
2000
-
05
-
24
Alexandre
Oliva
<
oliva
@lsd
.
ic
.
unicamp
.
br
>
2000
-
05
-
24
Alexandre
Oliva
<
oliva
@lsd
.
ic
.
unicamp
.
br
>
*
emit
-
rtl
.
c
(
unshare_all_decls
)
:
New
function
.
*
emit
-
rtl
.
c
(
unshare_all_decls
)
:
New
function
.
gcc/ifcvt.c
View file @
5896bebb
...
@@ -2037,7 +2037,9 @@ if_convert (life_data_ok)
...
@@ -2037,7 +2037,9 @@ if_convert (life_data_ok)
SET_BIT
(
update_life_blocks
,
block_num
);
SET_BIT
(
update_life_blocks
,
block_num
);
count_or_remove_death_notes
(
update_life_blocks
,
1
);
count_or_remove_death_notes
(
update_life_blocks
,
1
);
update_life_info
(
update_life_blocks
,
UPDATE_LIFE_LOCAL
,
/* ??? See about adding a mode that verifies that the initial
set of blocks don't let registers come live. */
update_life_info
(
update_life_blocks
,
UPDATE_LIFE_GLOBAL
,
PROP_DEATH_NOTES
|
PROP_SCAN_DEAD_CODE
PROP_DEATH_NOTES
|
PROP_SCAN_DEAD_CODE
|
PROP_KILL_DEAD_CODE
);
|
PROP_KILL_DEAD_CODE
);
...
...
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