Support dtor sections on Mach-O.
[libfirm] / ir / ir / irssacons.c
index 2aa5141..aa5ec78 100644 (file)
@@ -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:
                ;
        }