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
57f93411
Commit
57f93411
authored
Oct 04, 2011
by
Maxim Kuvyrkov
Committed by
Maxim Kuvyrkov
Oct 04, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* tree-eh.c (remove_unreachable_handlers): Obvious cleanup.
From-SVN: r179486
parent
65e820e0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
gcc/ChangeLog
+4
-0
gcc/tree-eh.c
+1
-1
No files found.
gcc/ChangeLog
View file @
57f93411
2011-10-03 Maxim Kuvyrkov <maxim@codesourcery.com>
* tree-eh.c (remove_unreachable_handlers): Obvious cleanup.
2011-10-03 Jakub Jelinek <jakub@redhat.com>
2011-10-03 Jakub Jelinek <jakub@redhat.com>
Ian Lance Taylor <iant@google.com>
Ian Lance Taylor <iant@google.com>
gcc/tree-eh.c
View file @
57f93411
...
@@ -3330,7 +3330,7 @@ remove_unreachable_handlers (void)
...
@@ -3330,7 +3330,7 @@ remove_unreachable_handlers (void)
FOR_EACH_BB
(
bb
)
FOR_EACH_BB
(
bb
)
{
{
gimple_stmt_iterator
gsi
=
gsi_start_bb
(
bb
)
;
gimple_stmt_iterator
gsi
;
for
(
gsi
=
gsi_start_bb
(
bb
);
!
gsi_end_p
(
gsi
);
gsi_next
(
&
gsi
))
for
(
gsi
=
gsi_start_bb
(
bb
);
!
gsi_end_p
(
gsi
);
gsi_next
(
&
gsi
))
{
{
...
...
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