alloc has a count not a size argument, reflect this in method names
[libfirm] / ir / ir / irtypes.h
index 79c3ed9..b78cdd9 100644 (file)
@@ -45,8 +45,7 @@
 #include "set.h"
 #include "list.h"
 #include "obst.h"
-
-struct ir_phase;
+#include "vrp.h"
 
 /** The type of an ir_op. */
 struct ir_op {
@@ -382,6 +381,7 @@ struct ir_node {
        struct ir_node **deps;   /**< Additional dependencies induced by state. */
        void            *backend_info;
        irn_edges_info_t edge_info;  /**< Everlasting out edges. */
+
        /* ------- Opcode depending fields -------- */
        attr attr;               /**< The set of attributes of this node. Depends on opcode.
                                      Must be last field of struct ir_node. */