]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/jump.c
Eliminate FOR_EACH_BB macro.
[thirdparty/gcc.git] / gcc / jump.c
index a27aaa94b8daac5a252493ec196140d69f09a9bd..5eefeefbf6366aa095afe784c1ffdf3b79f3dcf1 100644 (file)
@@ -275,7 +275,7 @@ mark_all_labels (rtx f)
   if (current_ir_type () == IR_RTL_CFGLAYOUT)
     {
       basic_block bb;
-      FOR_EACH_BB (bb)
+      FOR_EACH_BB_FN (bb, cfun)
        {
          /* In cfglayout mode, we don't bother with trivial next-insn
             propagation of LABEL_REFs into JUMP_LABEL.  This will be