]> gcc.gnu.org Git - gcc.git/blobdiff - gcc/tree-ssa-ter.c
Eliminate FOR_EACH_BB macro.
[gcc.git] / gcc / tree-ssa-ter.c
index fa6a248c5ac1879b6ad70ee773827e9039224284..22ae47b766b04a1950bd8b8b98d9c5e26020b11f 100644 (file)
@@ -683,7 +683,7 @@ find_replaceable_exprs (var_map map)
 
   bitmap_obstack_initialize (&ter_bitmap_obstack);
   table = new_temp_expr_table (map);
-  FOR_EACH_BB (bb)
+  FOR_EACH_BB_FN (bb, cfun)
     {
       find_replaceable_in_bb (table, bb);
       gcc_checking_assert (bitmap_empty_p (table->partition_in_use));
This page took 0.031633 seconds and 5 git commands to generate.