From 10a18925bb8572631fe8be3b4ddfe168745a64f6 Mon Sep 17 00:00:00 2001 From: Matthias Braun Date: Wed, 20 Sep 2006 12:01:05 +0000 Subject: [PATCH] fix typo --- ir/be/bespillmorgan.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ir/be/bespillmorgan.c b/ir/be/bespillmorgan.c index 6165cfe22..4704aca27 100644 --- a/ir/be/bespillmorgan.c +++ b/ir/be/bespillmorgan.c @@ -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); -- 2.20.1