ia64.c (ia64_expand_prologue): Declare ei variable.

* config/ia64/ia64.c (ia64_expand_prologue): Declare ei
	variable.

From-SVN: r88253
This commit is contained in:
Jakub Jelinek 2004-09-28 23:17:53 +02:00 committed by Jakub Jelinek
parent 81842e1b15
commit 9924d7d8d8
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2004-09-28 Jakub Jelinek <jakub@redhat.com>
* config/ia64/ia64.c (ia64_expand_prologue): Declare ei
variable.
2004-09-28 Diego Novillo <dnovillo@redhat.com>
* tree-ssa-loop.c (pass_record_bounds): Do not assign a

View File

@ -2033,6 +2033,7 @@ ia64_expand_prologue (void)
if (optimize)
{
edge e;
edge_iterator ei;
FOR_EACH_EDGE (e, ei, EXIT_BLOCK_PTR->preds)
if ((e->flags & EDGE_FAKE) == 0