remove remains of remove opt_polymorphy
authorMatthias Braun <matze@braunis.de>
Tue, 13 Dec 2011 13:48:04 +0000 (14:48 +0100)
committerMatthias Braun <matze@braunis.de>
Wed, 14 Dec 2011 00:51:48 +0000 (01:51 +0100)
include/libfirm/iroptimize.h

index 7f6944a..9a57958 100644 (file)
@@ -895,10 +895,6 @@ FIRM_API ir_graph_pass_t *loop_unroll_pass(const char *name);
  */
 FIRM_API ir_graph_pass_t *loop_peeling_pass(const char *name);
 
-typedef ir_type *(*get_Alloc_func)(ir_node *n);
-/** Set a new get_Alloc_func and returns the old one. */
-FIRM_API get_Alloc_func firm_set_Alloc_func(get_Alloc_func newf);
-
 /**
  * Creates an ir_graph pass for set_vrp_data()
  *