]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/config/ia64/ia64.c
backport: basic-block.h: Include vec.h, errors.h.
[thirdparty/gcc.git] / gcc / config / ia64 / ia64.c
index 871c52de5021b4becd3559318de96f5cb88ec2dc..6cb3b6a56520b8a228045c47eece6771d8f95705 100644 (file)
@@ -2034,7 +2034,7 @@ ia64_expand_prologue (void)
     {
       edge e;
 
-      for (e = EXIT_BLOCK_PTR->pred; e ; e = e->pred_next)
+      FOR_EACH_EDGE (e, ei, EXIT_BLOCK_PTR->preds)
        if ((e->flags & EDGE_FAKE) == 0
            && (e->flags & EDGE_FALLTHRU) != 0)
          break;