X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbessaconstr.h;h=df0a3eb4d6812251304e4609de090ef1cdfc42fc;hb=13749d0de8a924f85187fa804ac8c15fe3b35402;hp=f65cdfc7c915c1166a20f954b4a5ff7ff1535ea4;hpb=1a3b7d363474ab544c13093a2f0b578718d37c7a;p=libfirm diff --git a/ir/be/bessaconstr.h b/ir/be/bessaconstr.h index f65cdfc7c..df0a3eb4d 100644 --- a/ir/be/bessaconstr.h +++ b/ir/be/bessaconstr.h @@ -56,7 +56,8 @@ #include "bitset.h" #include "beirg.h" #include "pdeq.h" -#include "irphase.h" +#include "irnodemap.h" +#include "obst.h" typedef struct be_ssa_construction_env_t { ir_graph *irg; @@ -67,7 +68,8 @@ typedef struct be_ssa_construction_env_t { const ir_nodeset_t *ignore_uses; ir_node **new_phis; int iterated_domfront_calculated; - ir_phase *phase; + ir_nodemap infos; + struct obstack obst; } be_ssa_construction_env_t; /**