From 68d6fda00d6fb04a040905f232c6d9454f6e0136 Mon Sep 17 00:00:00 2001 From: Matthias Braun Date: Tue, 13 Dec 2011 14:48:04 +0100 Subject: [PATCH] remove remains of remove opt_polymorphy --- include/libfirm/iroptimize.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/include/libfirm/iroptimize.h b/include/libfirm/iroptimize.h index 7f6944a46..9a5795859 100644 --- a/include/libfirm/iroptimize.h +++ b/include/libfirm/iroptimize.h @@ -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() * -- 2.20.1