added prototype for firm_init_flags(),
[libfirm] / ir / ir / irflag.h
index 4f7a639..52e0a15 100644 (file)
@@ -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.
  *
@@ -285,4 +283,9 @@ void save_optimization_state(optimization_state_t *state);
  */
 void restore_optimization_state(const optimization_state_t *state);
 
+/**
+ * Switches ALL optimizations off.
+ */
+void all_optimizations_off(void);
+
 #endif /* _IRFLAG_H_ */