From ef5a34c0bf9fb91d07d808457c2b8cd2f318caf7 Mon Sep 17 00:00:00 2001 From: Florian Liekweg Date: Thu, 17 Jun 2004 08:30:47 +0000 Subject: [PATCH] ir_graph.n_outs fenced into DEBUG_libfirm [r3121] --- ir/ir/irgraph_t.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ir/ir/irgraph_t.h b/ir/ir/irgraph_t.h index 69095fd2f..dc5ec32cd 100644 --- a/ir/ir/irgraph_t.h +++ b/ir/ir/irgraph_t.h @@ -78,7 +78,10 @@ struct ir_graph { pset *value_table; /**< hash table for global value numbering (cse) for optimizing use in iropt.c */ struct ir_node **outs; /**< Space for the out arrays. */ + +#ifdef DEBUG_libfirm int n_outs; /* < Size wasted for outs */ +#endif /* defined DEBUG_libfirm */ struct ir_loop *loop; /**< The outermost loop */ void *link; /**< A void* field to link any information to the node. */ -- 2.20.1