X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fir%2Firssacons.c;h=aa5ec782f7c1fa8d1331fa6e3b9f2e82bb74ac7c;hb=f80c2581282158d2c148640d9425e83fcd8cfa14;hp=b11dd12107927f50ad508ffe63555b0b2a47e06b;hpb=0fbcef83aa6060534172bb13e71cdadb04428806;p=libfirm diff --git a/ir/ir/irssacons.c b/ir/ir/irssacons.c index b11dd1210..aa5ec782f 100644 --- a/ir/ir/irssacons.c +++ b/ir/ir/irssacons.c @@ -46,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: @@ -89,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: ; }