X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Ftr%2Fentity.c;h=b2c482eac3391ead1412c87b051f8d08ecebf16e;hb=c39143631002d7913214982d368fa16b56fa30c1;hp=4c1d4bbc7397529cbb57d13b9d9bf5c67b47b126;hpb=b3a34b6e76d0e2b772d7e519b871f67eb4a5ac09;p=libfirm diff --git a/ir/tr/entity.c b/ir/tr/entity.c index 4c1d4bbc7..b2c482eac 100644 --- a/ir/tr/entity.c +++ b/ir/tr/entity.c @@ -354,7 +354,8 @@ get_compound_ent_value(entity *ent, int pos) { } /* Copies the value i of the entity to current_block in current_ir_graph. */ -ir_node *copy_compound_ent_value(entity *ent, int pos) { +ir_node * +copy_compound_ent_value(entity *ent, int pos) { assert(ent && is_compound_entity(ent) && (ent->variability != uninitialized)); return copy_const_value(ent->values[pos+1]); }