From e5880a46d8ad4c06fb6008163418202478471df6 Mon Sep 17 00:00:00 2001 From: Andreas Zwinkau Date: Mon, 11 Oct 2010 15:00:10 +0000 Subject: [PATCH] Remove set_opt_optimize_class_casts declaration from API The implementation was already deleted before [r28096] --- include/libfirm/irflag.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/include/libfirm/irflag.h b/include/libfirm/irflag.h index 5d543dc86..a444f66db 100644 --- a/include/libfirm/irflag.h +++ b/include/libfirm/irflag.h @@ -117,12 +117,6 @@ FIRM_API void set_opt_unreachable_code(int value); FIRM_API void set_opt_dyn_meth_dispatch(int value); FIRM_API int get_opt_dyn_meth_dispatch(void); -/** Enable/Disable type optimization of cast nodes. - * - * Controls the optimizations in tropt.h. Default: on. - */ -FIRM_API void set_opt_optimize_class_casts(int value); - /** Restricts the behavior of cast optimization. * * If set, downcast are not optimized if they might be -- 2.20.1