X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fir%2Fircons.h;h=c665f569f0ede919ea1aeaa936a81907ddb8c906;hb=b78bdd4d94de46de4156272e6dbfe44e97933a5b;hp=fa438b663bd0c922349d2928fe84dc2999a76825;hpb=699974f39edc05c411e327959a20b7ded17ec5ba;p=libfirm diff --git a/ir/ir/ircons.h b/ir/ir/ircons.h index fa438b663..c665f569f 100644 --- a/ir/ir/ircons.h +++ b/ir/ir/ircons.h @@ -3597,6 +3597,9 @@ ir_node *new_Const_type(tarval *con, ir_type *tp); * -# size The symbolic constant represents the size of a type. The * type of which the constant represents the size is given * explicitly. + * -# align The symbolic constant represents the alignment of a type. The + * type of which the constant represents the size is given + * explicitly. * -# addr_name The symbolic constant represents the address of an entity * (variable or method). The variable is indicated by a name * that is valid for linking.