X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Flower%2Flower_intrinsics.h;h=f800cad1c39901ef9c80134019f2f83a943ed8a4;hb=c53a503e81f6e7c0995fbbcc451c2178ad9083bd;hp=41f3247f6c1fac2932661ecd08e915ca83b16498;hpb=29bf0481bdc0c1c5ec252a7323e1c029f873aa1a;p=libfirm diff --git a/ir/lower/lower_intrinsics.h b/ir/lower/lower_intrinsics.h index 41f3247f6..f800cad1c 100644 --- a/ir/lower/lower_intrinsics.h +++ b/ir/lower/lower_intrinsics.h @@ -56,7 +56,8 @@ typedef struct _i_record { unsigned lower_intrinsic_calls(const i_record *list, int length); /** - * A mapper for the integer absolute value: inttype abs(inttype v) + * A mapper for the integer absolute value: inttype abs(inttype v). + * Replaces the call by a Abs node. * * @return always 1 */ @@ -64,6 +65,7 @@ int i_mapper_Abs(ir_node *call, void *ctx); /** * A mapper for the alloca() function: pointer alloca(inttype size) + * Replaces the call by a Alloca(stack_alloc) node. * * @return always 1 */