Convert to doxygen comments
[libfirm] / ir / ir / irgraph_t.h
index 83ca323..66f7ae8 100644 (file)
@@ -1,9 +1,9 @@
 /* Copyright (C) 1998 - 2000 by Universitaet Karlsruhe
-** All rights reserved.
-**
-** Authors: Martin Trapp, Christian Schaefer
-**
-** irgraph.h: ir graph construction
+* All rights reserved.
+*
+* Authors: Martin Trapp, Christian Schaefer
+*
+* irgraph.h: ir graph construction
 */
 
 /* $Id$ */
@@ -13,7 +13,7 @@
 # include "obst.h"
 # include "pset.h"
 # include "irgraph.h"
-# include "common_t.h"
+# include "firm_common_t.h"
 
 #define FRAME_TP_SUFFIX "frame_tp"
 
@@ -58,6 +58,9 @@ 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. */
+  struct ir_loop *loop;              /* The outermost loop */
+  void *link;                        /* A void* field to link any information to
+                                       the node. */
 
   /** Fields for Walking the graph **/
   unsigned long visited;             /* this flag is an identifier for