From ed3f0034f67f3eefd0476a7c932c6e1f6ee90212 Mon Sep 17 00:00:00 2001 From: =?utf8?q?G=C3=B6tz=20Lindenmaier?= Date: Thu, 15 Jan 2004 08:16:37 +0000 Subject: [PATCH] removed wrong define [r2295] --- ir/ir/irdump.c | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/ir/ir/irdump.c b/ir/ir/irdump.c index 3ec2f5687..3aa5cabab 100644 --- a/ir/ir/irdump.c +++ b/ir/ir/irdump.c @@ -42,7 +42,7 @@ # include "exc.h" -#define HEAPANAL +//#define HEAPANAL #ifdef HEAPANAL void dump_chi_term(FILE *FL, ir_node *n); void dump_state(FILE *FL, ir_node *n); @@ -57,9 +57,9 @@ SeqNo get_Block_seqno(ir_node *n); #define DEFAULT_TYPE_ATTRIBUTE " " /* Attributes of edges between Firm nodes */ -#define BLOCK_EDGE_ATTR "class: 2 priority: 2 linestyle: dotted" -#define CF_EDGE_ATTR "color: red" -#define MEM_EDGE_ATTR "color: blue" +#define BLOCK_EDGE_ATTR "class: 2 priority: 2 linestyle: dotted" +#define CF_EDGE_ATTR "color: red" +#define MEM_EDGE_ATTR "color: blue" #define DOMINATOR_EDGE_ATTR "color: red" #define BACK_EDGE_ATTR "linestyle: dashed " @@ -909,9 +909,6 @@ dump_whole_block(ir_node *block) { /* dump the blocks edges */ dump_ir_data_edges(block); -#ifdef HEAPANAL - dump_chi_term(F, block); -#endif /* dump the nodes that go into the block */ for (node = ird_get_irn_link(block); node; node = ird_get_irn_link(node)) { @@ -922,6 +919,9 @@ dump_whole_block(ir_node *block) { /* Close the vcg information for the block */ fprintf(F, "}\n"); dump_const_node_local(block); +#ifdef HEAPANAL + dump_chi_term(F, block); +#endif fprintf(F, "\n"); } -- 2.20.1