]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/config/mips/mips.c
Eliminate FOR_EACH_BB macro.
[thirdparty/gcc.git] / gcc / config / mips / mips.c
index f19478c10c8203f8f5dd35ad97bb5c78af30a763..e65dc6bda6acb7a04df5a7bf8cce7144a0a64ec5 100644 (file)
@@ -15332,7 +15332,7 @@ mips_annotate_pic_calls (void)
   basic_block bb;
   rtx insn;
 
-  FOR_EACH_BB (bb)
+  FOR_EACH_BB_FN (bb, cfun)
     FOR_BB_INSNS (bb, insn)
     {
       rtx call, reg, symbol, second_call;