]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/sched-ebb.c
Eliminate FOR_EACH_BB macro.
[thirdparty/gcc.git] / gcc / sched-ebb.c
index 73af0a7ec6f3c483bf910aa19026aa5b08106dc6..d4baec5a5346738d69016211632229e2c16064b4 100644 (file)
@@ -637,7 +637,7 @@ schedule_ebbs (void)
   schedule_ebbs_init ();
 
   /* Schedule every region in the subroutine.  */
-  FOR_EACH_BB (bb)
+  FOR_EACH_BB_FN (bb, cfun)
     {
       rtx head = BB_HEAD (bb);