From: Matthias Braun Date: Sun, 30 Mar 2008 12:58:32 +0000 (+0000) Subject: improve debug message X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=d48a72f36e75e013fb8e05387d7d5f44f71830cf;p=libfirm improve debug message [r18289] --- 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);