From 3f1a1d071c16d56cc73ab39d061707ba8a60e1e1 Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Fri, 11 Feb 2005 11:58:17 +0000 Subject: [PATCH] removed FIRM_EDGES_INPLACE, now handles by preprocessor [r5096] --- ir/ir/irgraph.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/ir/ir/irgraph.c b/ir/ir/irgraph.c index 9cf412f78..0d6b355bb 100644 --- a/ir/ir/irgraph.c +++ b/ir/ir/irgraph.c @@ -127,9 +127,7 @@ new_r_ir_graph (entity *ent, int n_loc) res = alloc_graph(); res->kind = k_ir_graph; -#ifdef FIRM_EDGES_INPLACE - edges_init_graph(res); -#endif + edges_init_graph(res); /* inform statistics here, as blocks will be already build on this graph */ hook_new_graph(res, ent); -- 2.20.1