X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fir%2Firssacons.c;h=aa5ec782f7c1fa8d1331fa6e3b9f2e82bb74ac7c;hb=f80c2581282158d2c148640d9425e83fcd8cfa14;hp=2aa5141be6485dbacb7039b316f73f772bf8a025;hpb=e6bf6fb807895ea02cbe52ccf3cfdea52980e9ca;p=libfirm diff --git a/ir/ir/irssacons.c b/ir/ir/irssacons.c index 2aa5141be..aa5ec782f 100644 --- a/ir/ir/irssacons.c +++ b/ir/ir/irssacons.c @@ -23,9 +23,7 @@ * @author Michael Beck * @version $Id$ */ -#ifdef HAVE_CONFIG_H -# include "config.h" -#endif +#include "config.h" #include "ircons_t.h" #include "irgraph_t.h" @@ -48,7 +46,6 @@ static void prepare_nodes(ir_node *irn, void *env) { memset(irn->attr.block.graph_arr, 0, sizeof(ir_node *) * current_ir_graph->n_loc); irn->attr.block.phis = NULL; break; -#if PRECISE_EXC_CONTEXT /* note that the frag array must be cleared first, else firm_alloc_frag_arr() will not allocate new memory. */ case iro_Quot: @@ -91,7 +88,6 @@ static void prepare_nodes(ir_node *irn, void *env) { irn->attr.bound.exc.frag_arr = NULL; firm_alloc_frag_arr(irn, op_Bound, &irn->attr.bound.exc.frag_arr); break; -#endif default: ; }