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

From-SVN: r179486
This commit is contained in:
Maxim Kuvyrkov 2011-10-04 02:23:17 +00:00 committed by Maxim Kuvyrkov
parent 65e820e086
commit 57f934115e
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2011-10-03 Maxim Kuvyrkov <maxim@codesourcery.com>
* tree-eh.c (remove_unreachable_handlers): Obvious cleanup.
2011-10-03 Jakub Jelinek <jakub@redhat.com>
Ian Lance Taylor <iant@google.com>

View File

@ -3330,7 +3330,7 @@ remove_unreachable_handlers (void)
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))
{