]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/mcf.c
Eliminate FOR_EACH_BB macro.
[thirdparty/gcc.git] / gcc / mcf.c
index e709f2ac2c65f8424af24dbfb91004e75868fc0e..f9b55051923214a71fe894b684ece3b1225a34be 100644 (file)
--- a/gcc/mcf.c
+++ b/gcc/mcf.c
@@ -1281,7 +1281,7 @@ adjust_cfg_counts (fixup_graph_type *fixup_graph)
     {
       fprintf (dump_file, "\nCheck %s() CFG flow conservation:\n",
               current_function_name ());
-      FOR_EACH_BB (bb)
+      FOR_EACH_BB_FN (bb, cfun)
         {
           if ((bb->count != sum_edge_counts (bb->preds))
                || (bb->count != sum_edge_counts (bb->succs)))