X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=include%2Flibfirm%2Flowering.h;h=bc913008875fcce16d799efb1eec05fe5769a4e3;hb=b4e4aa344ee87e7e12a89c314286ef07eca1af00;hp=fa3f82546a58ba59984fd5dc871183ee666bcd8d;hpb=a420be62b8532af0986530977a1258e2b39143e6;p=libfirm diff --git a/include/libfirm/lowering.h b/include/libfirm/lowering.h index fa3f82546..bc9130088 100644 --- a/include/libfirm/lowering.h +++ b/include/libfirm/lowering.h @@ -261,12 +261,13 @@ typedef union _i_record { * * current_ir_graph is always set. * - * @param list an array of intrinsic map records - * @param length the length of the array + * @param list an array of intrinsic map records + * @param length the length of the array + * @param part_block_used set to true if part_block() must be using during lowering * * @return number of found intrinsics. */ -unsigned lower_intrinsics(i_record *list, int length); +unsigned lower_intrinsics(i_record *list, int length, int part_block_used); /** * A mapper for the integer absolute value: inttype abs(inttype v).