X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbespill.c;h=ebb3cc353d21c59a98fd98d453cfc2736b9e2eb7;hb=d300330b1e6df8c8914b8fb70cf38ee1c8ca2634;hp=0cef0af5a768e44a332d14b406673c85f63bdea8;hpb=70f361d8ab87aace8b4de4e44e2911aa3a54c43e;p=libfirm diff --git a/ir/be/bespill.c b/ir/be/bespill.c index 0cef0af5a..ebb3cc353 100644 --- a/ir/be/bespill.c +++ b/ir/be/bespill.c @@ -439,7 +439,7 @@ static void spill_irn(spill_env_t *env, spill_info_t *spillinfo) return; } - DBG((dbg, LEVEL_1, "spilling %+F ... ", to_spill)); + DBG((dbg, LEVEL_1, "spilling %+F ... \n", to_spill)); spill = spillinfo->spills; for( ; spill != NULL; spill = spill->next) { ir_node *block = get_block(spill->before);