From d48a72f36e75e013fb8e05387d7d5f44f71830cf Mon Sep 17 00:00:00 2001 From: Matthias Braun Date: Sun, 30 Mar 2008 12:58:32 +0000 Subject: [PATCH] improve debug message [r18289] --- ir/be/bespill.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.20.1