X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fir%2Firtypes.h;h=b78cdd9d7570ac7ab69003397714284cb67cc81e;hb=7f0a53a0ab98e5c4123bb7937170e89df5d61eb8;hp=79c3ed9eba795825616082b2805f5fdb441b0793;hpb=0d47065647b5315c1098467a63ca5d32e7276cce;p=libfirm diff --git a/ir/ir/irtypes.h b/ir/ir/irtypes.h index 79c3ed9eb..b78cdd9d7 100644 --- a/ir/ir/irtypes.h +++ b/ir/ir/irtypes.h @@ -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. */