From: Michael Beck Date: Tue, 10 Jul 2007 16:12:31 +0000 (+0000) Subject: fixed doxygen docu X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=05064375fa8162148916e007a4695cf6db5e7c8c;p=libfirm fixed doxygen docu [r15013] --- diff --git a/include/libfirm/lowering.h b/include/libfirm/lowering.h index 668db044d..0b8faf125 100644 --- a/include/libfirm/lowering.h +++ b/include/libfirm/lowering.h @@ -202,9 +202,9 @@ void lower_highlevel(void); * * Example: Psi(a < 0, 1, 0) => a >> 31 * - * @param the firm graph to lower - * @param the mode of the lowered operations - * @param if set to 1, psi nodes with only have cmp/=0 as input + * @param irg the firm graph to lower + * @param mode the mode of the lowered operations + * @param lower_direct_cmp if set to 1, psi nodes with only have cmp/=0 as input */ void ir_lower_mode_b(ir_graph *irg, ir_mode *mode, int lower_direct_cmp);