X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Ftr%2Ftypegmod.h;h=bfdd7c22127288235c2ff3ea1e21efe14b3a3333;hb=f101740bb2e4d4fed7f7874e5aa0df33254fc191;hp=d92863bc3ef6a15e14fcbcaffa3b80701155c1b3;hpb=2a2ba142b11466a039c95046ab26f003bc757a9e;p=libfirm diff --git a/ir/tr/typegmod.h b/ir/tr/typegmod.h index d92863bc3..bfdd7c221 100644 --- a/ir/tr/typegmod.h +++ b/ir/tr/typegmod.h @@ -22,16 +22,15 @@ * This module supplies routines that support changing the type graph. */ -/** - * replaces one type by the other. +/** Replaces one type by the other. * - * Old type is replaced by new_type. All references to old_type - * now point to new_type. The memory for the old type is destroyed, - * but still used. Therefore it is not freed. - * All referenced to this memory will be lost after a certain while. - * An exception is the list of types in irp (irprog.h). - * In the future there might be a routine to recover the memory, but - * this will be at considerable runtime cost. + * Old type is replaced by new_type. All references to old_type + * now point to new_type. The memory for the old type is destroyed, + * but still used. Therefore it is not freed. + * All referenced to this memory will be lost after a certain while. + * An exception is the list of types in irp (irprog.h). + * In the future there might be a routine to recover the memory, but + * this will be at considerable runtime cost. * * @param old_type - The old type that shall be replaced by the new type. * @param new_type - The new type that will replace old_type. @@ -39,14 +38,13 @@ */ void exchange_types(type *old_type, type *new_type); -/** - * Skip id types until a useful type is reached. +/** Skip id types until a useful type is reached. * - * @param tp - A type of arbitrary kind. + * @param tp - A type of arbitrary kind. * - * @return - * tp if it is not an id type. - * If tp is an id type returns the real type it stands for. + * @return + * tp if it is not an id type. + * If tp is an id type returns the real type it stands for. */ type *skip_tid(type *tp);