]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/tree-if-conv.c
Eliminate FOR_EACH_BB macro.
[thirdparty/gcc.git] / gcc / tree-if-conv.c
index 7f6a1503085bfbc0eb2531250049f00d61055dfc..71a25f1f1c0a7fbcbb44fc9086a5a8d20d90f73a 100644 (file)
@@ -1815,7 +1815,7 @@ main_tree_if_conversion (void)
 #ifdef ENABLE_CHECKING
   {
     basic_block bb;
-    FOR_EACH_BB (bb)
+    FOR_EACH_BB_FN (bb, cfun)
       gcc_assert (!bb->aux);
   }
 #endif