X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbessaconstr.h;h=d7baeeeaeaeaa388a897576307cffc5bba2f0c52;hb=75c3d36f124dbac5780d9c33cbfc4b30ae8e29a0;hp=ab08c76e8ba783668892c265c8c487813fd90eea;hpb=06442ea1375d71a91fc5fd0e499cdf4bc9ce6475;p=libfirm diff --git a/ir/be/bessaconstr.h b/ir/be/bessaconstr.h index ab08c76e8..d7baeeeae 100644 --- a/ir/be/bessaconstr.h +++ b/ir/be/bessaconstr.h @@ -58,13 +58,14 @@ #include "pdeq.h" typedef struct be_ssa_construction_env_t { - ir_graph *irg; - const be_dom_front_info_t *domfronts; - ir_mode *mode; - waitq *worklist; - const ir_nodeset_t *ignore_uses; - ir_node **new_phis; - int iterated_domfront_calculated; + ir_graph *irg; + const be_dom_front_info_t *domfronts; + ir_mode *mode; + const arch_register_class_t *phi_cls; + waitq *worklist; + const ir_nodeset_t *ignore_uses; + ir_node **new_phis; + int iterated_domfront_calculated; } be_ssa_construction_env_t; /**