From: Christoph Mallon Date: Thu, 19 Jul 2007 13:49:12 +0000 (+0000) Subject: Unions can be initialised statically now. X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=1f1a2cd85699c96ed72c24f4a949bbd92cb49063;p=libfirm Unions can be initialised statically now. [r15250] --- diff --git a/ir/be/begnuas.c b/ir/be/begnuas.c index 8e8c5bd78..dc989ec24 100644 --- a/ir/be/begnuas.c +++ b/ir/be/begnuas.c @@ -682,6 +682,7 @@ static void dump_global(be_gas_decl_env_t *env, ir_entity *ent, int emit_commons break; case tpo_struct: case tpo_class: + case tpo_union: dump_compound_init(env, obst, ent); break; default: