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
b1d874d7
Commit
b1d874d7
authored
Mar 28, 2002
by
Jan Hubicka
Committed by
Jan Hubicka
Mar 28, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* ifcvt.c (if_convert): Clear aux_for_blocks early enought.
From-SVN: r51516
parent
4d00945e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletions
+6
-1
gcc/ChangeLog
+4
-0
gcc/ifcvt.c
+2
-1
No files found.
gcc/ChangeLog
View file @
b1d874d7
Thu Mar 28 19:13:36 CET 2002 Jan Hubicka <jh@suse.cz>
* ifcvt.c (if_convert): Clear aux_for_blocks early enought.
Thu Mar 28 13:21:53 CET 2002 Jan Hubicka <jh@suse.cz>
* rtlanal.c: Include flags.h
...
...
gcc/ifcvt.c
View file @
b1d874d7
...
...
@@ -2701,6 +2701,8 @@ if_convert (x_life_data_ok)
if
(
rtl_dump_file
)
fflush
(
rtl_dump_file
);
clear_aux_for_blocks
();
/* Rebuild life info for basic blocks that require it. */
if
(
num_removed_blocks
&&
life_data_ok
)
{
...
...
@@ -2714,7 +2716,6 @@ if_convert (x_life_data_ok)
PROP_DEATH_NOTES
|
PROP_SCAN_DEAD_CODE
|
PROP_KILL_DEAD_CODE
);
}
clear_aux_for_blocks
();
/* Write the final stats. */
if
(
rtl_dump_file
&&
num_possible_if_blocks
>
0
)
...
...
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