Doxygen docu added
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Tue, 18 Oct 2005 13:28:50 +0000 (13:28 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Tue, 18 Oct 2005 13:28:50 +0000 (13:28 +0000)
[r6721]

ir/ana/irbackedge_t.h

index 592f3b5..5e3536f 100644 (file)
@@ -21,9 +21,11 @@ static INLINE int * new_backedge_arr(struct obstack *obst, int size) {
   return res;
 }
 
-/* Adapts backedges array to new size.
-   Must be called if in array of irnode is changed.  Else
-   Segmentation faults might occur.  */
+/**
+ * Adapts backedges array to new size.
+ * Must be called if in array of irnode is changed.  Else
+ * Segmentation faults might occur.
+ */
 void fix_backedges(struct obstack *obst, ir_node *n);
 
 #endif /* _IRBACKEDGE_T_H_ */