mark_private works again
authorMatthias Braun <matze@braunis.de>
Fri, 14 Dec 2007 17:02:28 +0000 (17:02 +0000)
committerMatthias Braun <matze@braunis.de>
Fri, 14 Dec 2007 17:02:28 +0000 (17:02 +0000)
[r18746]

driver/firm_opt.c

index 5c0a2e2..d2c9762 100644 (file)
@@ -873,10 +873,8 @@ static void do_firm_lowering(const char *input_filename)
     DUMP_ALL(firm_dump.ir_graph, "-low-opt");
   }
 
-#if 0
   if (firm_opt.cc_opt)
     mark_private_methods();
-#endif
 
   /* set the phase to low */
   for (i = get_irp_n_irgs() - 1; i >= 0; --i)