ir_graph.n_outs fenced into DEBUG_libfirm
authorFlorian Liekweg <liekweg@ipd.info.uni-karlsruhe.de>
Thu, 17 Jun 2004 08:30:47 +0000 (08:30 +0000)
committerFlorian Liekweg <liekweg@ipd.info.uni-karlsruhe.de>
Thu, 17 Jun 2004 08:30:47 +0000 (08:30 +0000)
[r3121]

ir/ir/irgraph_t.h

index 69095fd..dc5ec32 100644 (file)
@@ -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. */