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:
parent
81842e1b15
commit
9924d7d8d8
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user