fixed FIRM_EDGES_INPLACE condition
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Fri, 11 Feb 2005 16:17:48 +0000 (16:17 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Fri, 11 Feb 2005 16:17:48 +0000 (16:17 +0000)
[r5102]

ir/ir/irgraph_t.h

index f77428a..42c7689 100644 (file)
@@ -130,8 +130,8 @@ struct ir_graph {
                    readable. */
 #endif
 
-#ifdef FIRM_EDGES_INPLACE
-       irg_edge_info_t edge_info;
+#if FIRM_EDGES_INPLACE
+  irg_edge_info_t edge_info;  /**< edge info for automatic outs */
 #endif
 };