From: Michael Beck Date: Fri, 18 Nov 2005 15:14:29 +0000 (+0000) Subject: get_opt_optimize_class_casts_verbose() and get_opt_optimize_class_casts() are now... X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=8bbdf5627f63f6580f4b9cc3ec9d03a004bcb36d;p=libfirm get_opt_optimize_class_casts_verbose() and get_opt_optimize_class_casts() are now intern only [r6958] --- diff --git a/ir/ir/irflag.h b/ir/ir/irflag.h index 4f7a6399a..295c82cfe 100644 --- a/ir/ir/irflag.h +++ b/ir/ir/irflag.h @@ -200,9 +200,7 @@ int get_opt_dyn_meth_dispatch (void); * Controls the optimizations in tropt.h. Default: on. */ void set_opt_optimize_class_casts (int value); -int get_opt_optimize_class_casts (void); void set_opt_optimize_class_casts_verbose (int value); -int get_opt_optimize_class_casts_verbose (void); /** Restricts the behavior of cast optimization. *