]> gcc.gnu.org Git - gcc.git/blobdiff - gcc/tree-profile.c
Eliminate FOR_EACH_BB macro.
[gcc.git] / gcc / tree-profile.c
index 537c246c630e70efcf03d83af6164498765b018f..51e997ccd4faf38d45f204289649f16bef2ca784 100644 (file)
@@ -637,7 +637,7 @@ tree_profiling (void)
 
       push_cfun (DECL_STRUCT_FUNCTION (node->decl));
 
-      FOR_EACH_BB (bb)
+      FOR_EACH_BB_FN (bb, cfun)
        {
          gimple_stmt_iterator gsi;
          for (gsi = gsi_start_bb (bb); !gsi_end_p (gsi); gsi_next (&gsi))
This page took 0.026865 seconds and 5 git commands to generate.