removed FIRM_EDGES_INPLACE, now handles by preprocessor
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Fri, 11 Feb 2005 11:58:17 +0000 (11:58 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Fri, 11 Feb 2005 11:58:17 +0000 (11:58 +0000)
[r5096]

ir/ir/irgraph.c

index 9cf412f..0d6b355 100644 (file)
@@ -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);