X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbessaconstr.h;h=f65cdfc7c915c1166a20f954b4a5ff7ff1535ea4;hb=d1cb53b02702f0ea401e511b4825cf83bc89610a;hp=89a69af6d3cfdb231f249839b216b124b523fd06;hpb=bed05ed2d3b2ae84849fd2e75603e8834153cd5b;p=libfirm diff --git a/ir/be/bessaconstr.h b/ir/be/bessaconstr.h index 89a69af6d..f65cdfc7c 100644 --- a/ir/be/bessaconstr.h +++ b/ir/be/bessaconstr.h @@ -56,6 +56,7 @@ #include "bitset.h" #include "beirg.h" #include "pdeq.h" +#include "irphase.h" typedef struct be_ssa_construction_env_t { ir_graph *irg; @@ -66,6 +67,7 @@ typedef struct be_ssa_construction_env_t { const ir_nodeset_t *ignore_uses; ir_node **new_phis; int iterated_domfront_calculated; + ir_phase *phase; } be_ssa_construction_env_t; /**