From 754d4dbc367949cca4cd76369e60ab200d9e4d53 Mon Sep 17 00:00:00 2001 From: Matthias Braun Date: Thu, 21 Jun 2012 16:15:34 +0200 Subject: [PATCH] display block node nr in verboseasm mode --- ir/be/begnuas.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ir/be/begnuas.c b/ir/be/begnuas.c index 9d927d7eb..21711ddeb 100644 --- a/ir/be/begnuas.c +++ b/ir/be/begnuas.c @@ -1363,7 +1363,7 @@ void be_gas_begin_block(const ir_node *block, bool needs_label) ir_exec_freq *exec_freq = be_get_irg_exec_freq(irg); be_emit_pad_comment(); - be_emit_cstring("/* preds:"); + be_emit_irprintf("/* %+F preds:", block); arity = get_irn_arity(block); if (arity == 0) { -- 2.20.1