Added support for SymConst(ofs_ent)
[libfirm] / ir / be / bespillmorgan.c
index f4df4ed..815dd09 100644 (file)
@@ -221,6 +221,7 @@ static void free_loop_edges(morgan_env_t *env) {
        }
 }
 
+#if 0
 /**
  * Debugging help, shows all nodes in a (node-)bitset
  */
@@ -233,6 +234,7 @@ static void show_nodebitset(ir_graph* irg, const bitset_t* bitset) {
        }
        fprintf(stderr, "\n");
 }
+#endif
 
 /**
  * Construct the livethrough unused set for a block
@@ -430,7 +432,6 @@ static int reduce_register_pressure_in_loop(morgan_env_t *env, const ir_loop *lo
 
                DBG((dbg, DBG_SPILLS, "%d values unused in loop %d, spilling %d\n",
                 spills_possible - outer_spills_possible, loop->loop_nr, spills_to_place));
-               show_nodebitset(env->irg, loop_attr->livethrough_unused);
 
                bitset_foreach(loop_attr->livethrough_unused, i) {
                        loop_edge_t *edge;