Fixed a bug
authorSebastian Hack <hack@ipd.info.uni-karlsruhe.de>
Mon, 29 Aug 2005 16:41:03 +0000 (16:41 +0000)
committerSebastian Hack <hack@ipd.info.uni-karlsruhe.de>
Mon, 29 Aug 2005 16:41:03 +0000 (16:41 +0000)
[r6536]

ir/ir/irvrfy.c

index 69b5f06..aaf39ab 100644 (file)
@@ -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););
                }
        }