ia64.c (ia64_expand_prologue): Declare ei variable.
authorJakub Jelinek <jakub@redhat.com>
Tue, 28 Sep 2004 21:17:53 +0000 (23:17 +0200)
committerJakub Jelinek <jakub@gcc.gnu.org>
Tue, 28 Sep 2004 21:17:53 +0000 (23:17 +0200)
* config/ia64/ia64.c (ia64_expand_prologue): Declare ei
variable.

From-SVN: r88253

gcc/ChangeLog
gcc/config/ia64/ia64.c

index 7467dda5db5c5cff20a9940751f2a041009e59ee..0a0d3bf21986c745345f4820a76c7610af2ebc73 100644 (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
index 6cb3b6a56520b8a228045c47eece6771d8f95705..b51cc7a9408d69686d4e6b395d9ab1827494de17 100644 (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