Commit 57f93411 by Maxim Kuvyrkov Committed by Maxim Kuvyrkov

* tree-eh.c (remove_unreachable_handlers): Obvious cleanup.

From-SVN: r179486
parent 65e820e0
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>
...@@ -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))
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment