moved opt_calling_conventions() to mark_private_methods() in ir_momery,c
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Mon, 18 Jun 2007 18:57:01 +0000 (18:57 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Mon, 18 Jun 2007 18:57:01 +0000 (18:57 +0000)
[r14619]

include/libfirm/iroptimize.h

index c4c94a3..7e47cde 100644 (file)
@@ -493,11 +493,4 @@ void normalize_irg_class_casts(ir_graph *irg, gen_pointer_type_to_func gppt_fct)
  */
 void optimize_class_casts(void);
 
-/**
- * Change the calling conventions for all local methods.
- *
- * @param cc  new calling convention
- */
-void opt_change_calling_conventions(unsigned cc);
-
 #endif