X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbe_t.h;h=6da99d4dab9d1882f42cff4e9b58114414016db8;hb=a4a460fa1b3c89cf13801ac4e1d62faa2ac0521a;hp=8d7f90ccb74abcb249aca4befc635beb249ce030;hpb=7507003420c69d2a84403d07daf26a305c631b43;p=libfirm diff --git a/ir/be/be_t.h b/ir/be/be_t.h index 8d7f90ccb..6da99d4da 100644 --- a/ir/be/be_t.h +++ b/ir/be/be_t.h @@ -25,6 +25,7 @@ struct _be_main_env_t { struct _be_node_factory_t *node_factory; struct _arch_env_t *arch_env; struct _be_options_t *options; + struct _arch_code_generator_t *cg; firm_dbg_module_t *dbg; };