From: Matthias Braun Date: Tue, 6 Apr 2010 14:53:06 +0000 (+0000) Subject: revert accidental commit which disable node number and index dumping X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=676ec77d725331ce22b8c12065a54c13074fd41c;hp=bb62c5abd1b8dca6ad0da2a7f154571196b4014a;p=libfirm revert accidental commit which disable node number and index dumping [r27350] --- diff --git a/ir/ir/irdump.c b/ir/ir/irdump.c index ffcba0c49..d6827465d 100644 --- a/ir/ir/irdump.c +++ b/ir/ir/irdump.c @@ -87,9 +87,9 @@ static int dump_backedge_information_flag = 1; /** An option to dump const-like nodes locally. */ static int dump_const_local = 1; /** An option to dump the node index number. */ -static int dump_node_idx_labels = 0; +static int dump_node_idx_labels = 1; /** An option to dump the node number */ -static int dump_node_nr = 0; +static int dump_node_nr = 1; /** An option to dump all graph anchors */ static int dump_anchors = 0; /** An option to dump the macro block edges. */