From: Sebastian Hack Date: Mon, 29 Aug 2005 16:41:03 +0000 (+0000) Subject: Fixed a bug X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=46e93b022183221619f2fd3edc7bc2a9946c7fc0;p=libfirm Fixed a bug [r6536] --- 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);); } }