From 46687ebb95d59afd2b9a234def0ba7859494aef5 Mon Sep 17 00:00:00 2001 From: Matthias Braun Date: Tue, 22 Jul 2008 12:33:44 +0000 Subject: [PATCH 1/1] don't break vcg compatibility [r20598] --- ir/ir/irdump.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ir/ir/irdump.c b/ir/ir/irdump.c index 16f00905c..dc43becd8 100644 --- a/ir/ir/irdump.c +++ b/ir/ir/irdump.c @@ -1455,7 +1455,7 @@ static void dump_node(FILE *F, ir_node *n) fputs("\" ", F); if (get_op_flags(get_irn_op(n)) & irop_flag_dump_noinput) { - fputs(" node_class:23", F); + //fputs(" node_class:23", F); } bad |= dump_node_info(F, n); @@ -2340,7 +2340,7 @@ void dump_vcg_header(FILE *F, const char *name, const char *layout, const char * "classname 20: \"Keep Alive\"\n" "classname 21: \"Out Edges\"\n" "classname 22: \"Macro Block Edges\"\n" - "classname 23: \"NoInput Nodes\"\n" + //"classname 23: \"NoInput Nodes\"\n" "infoname 1: \"Attribute\"\n" "infoname 2: \"Verification errors\"\n" "infoname 3: \"Debug info\"\n", -- 2.20.1