From: Michael Beck Date: Mon, 29 Nov 2004 14:20:21 +0000 (+0000) Subject: updated docu X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=aa267f86a942dc4c87f4d84804990d7dad20effe;p=libfirm updated docu [r4498] --- diff --git a/ir/tr/type.h b/ir/tr/type.h index 3a170aa54..173f59dde 100644 --- a/ir/tr/type.h +++ b/ir/tr/type.h @@ -82,9 +82,13 @@ typedef struct ir_node ir_node; * - name: An identifier specifying the name of the type. To be * set by the frontend. * - size: The size of the type, i.e. an entity of this type will - * occupy size bytes in memory. In several cases this is + * occupy size bits in memory. In several cases this is * determined when fixing the layout of this type (class, * struct, union, array, enumeration). + * - alignment The alignment of the type, i.e. an entity of this type will + * be allocated an an address in memory with this alignment. + * In several cases this is determined when fixing the layout + * of this type (class, struct, union, array) * - state: The state of the type. The state represents whether the * layout of the type is undefined or fixed (values: layout_undefined * or layout_fixed). Compound types can have an undefined