]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/except.c
Eliminate FOR_EACH_BB macro.
[thirdparty/gcc.git] / gcc / except.c
index e4b8cad06af539296865829f597baefee12b9a4f..cf4fd149dfc0a3906cabdf9576d3f4807ca7d09f 100644 (file)
@@ -1511,7 +1511,7 @@ finish_eh_generation (void)
     commit_edge_insertions ();
 
   /* Redirect all EH edges from the post_landing_pad to the landing pad.  */
-  FOR_EACH_BB (bb)
+  FOR_EACH_BB_FN (bb, cfun)
     {
       eh_landing_pad lp;
       edge_iterator ei;