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
f842d54f
Commit
f842d54f
authored
Jun 06, 2010
by
Jan Hubicka
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert accidental commit.
From-SVN: r160349
parent
a7e3698d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
7 deletions
+1
-7
gcc/cfgcleanup.c
+1
-7
No files found.
gcc/cfgcleanup.c
View file @
f842d54f
...
...
@@ -2367,13 +2367,7 @@ cleanup_cfg (int mode)
break
;
else
if
((
mode
&
CLEANUP_CROSSJUMP
)
&&
crossjumps_occured
)
{
/* Fast DCE is expensive, we really want to be sure we don't
re-run it just because crossjumping cascade. */
while
(
try_optimize_cfg
(
mode
))
delete_unreachable_blocks
();
run_fast_dce
();
}
run_fast_dce
();
}
else
break
;
...
...
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