fixed SetST0 register settings
[libfirm] / ir / be / bespillmorgan.c
index 6165cfe..4704aca 100644 (file)
@@ -428,7 +428,7 @@ static void spill_values(morgan_env_t *env, const loop_attr_t *loop_attr, int sp
        // spill values
        for(i = 0; i < spills; ++i) {
                ir_node *to_spill = candidates[i].node;
-               DBG((dbg, "Spilling %+F ", to_spill));
+               DBG((dbg, DBG_CHOOSE, "Spilling %+F ", to_spill));
 
                for(edge = set_first(loop_attr->out_edges); edge != NULL; edge = set_next(loop_attr->out_edges)) {
                        be_add_reload_on_edge(env->senv, to_spill, edge->block, edge->pos);