From 46e93b022183221619f2fd3edc7bc2a9946c7fc0 Mon Sep 17 00:00:00 2001 From: Sebastian Hack Date: Mon, 29 Aug 2005 16:41:03 +0000 Subject: [PATCH] Fixed a bug [r6536] --- ir/ir/irvrfy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ir/ir/irvrfy.c b/ir/ir/irvrfy.c index 69b5f060b..aaf39ab3e 100644 --- a/ir/ir/irvrfy.c +++ b/ir/ir/irvrfy.c @@ -1586,7 +1586,7 @@ static int check_dominance_for_node(ir_node *irn) "the definition of a value used violates the dominance property", 0, ir_fprintf(stderr, "graph %+F: %+F of %+F must dominate %+F of user %+F\n", - def_bl, op, use_bl, irn);); + current_ir_graph, def_bl, op, use_bl, irn);); } } -- 2.20.1